Skip to content

Commit

Permalink
Thu 15 Apr 2021 09:37:48
Browse files Browse the repository at this point in the history
  • Loading branch information
mullikine committed Apr 14, 2021
1 parent d0cf337 commit de98fdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pen-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
(defun pen-preceding-text ()
(str (buffer-substring (point) (max 1 (- (point) 1000)))))

(defmacro ntimes (n &rest body)
(flatten-once
(cl-loop for i from 1 to n collect body)))

(defun pen-surrounding-text (&optional window-line-size)
(if (not window-line-size)
(setq window-line-size 20))
Expand Down

0 comments on commit de98fdd

Please sign in to comment.