Skip to content

Commit

Permalink
Thu 15 Apr 2021 09:53:46
Browse files Browse the repository at this point in the history
  • Loading branch information
mullikine committed Apr 14, 2021
1 parent b145072 commit 2c8d144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pen-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
(if (not window-line-size)
(setq window-line-size 20))
(let ((window-line-radius (/ window-line-size 2)))
(str (buffer-substring (- (point)
(get-point-start-of-nth-previous-line window-line-radius)
10) (max 1 (- (point) 1000))))))
(str (buffer-substring
(get-point-start-of-nth-previous-line window-line-radius)
(get-point-start-of-nth-next-line window-line-radius)))))

(ntimes 5 (message "hi"))

Expand Down

0 comments on commit 2c8d144

Please sign in to comment.