This commit is contained in:
Bram Schoenmakers 2023-02-13 22:36:55 +01:00
parent 368fbc0d78
commit a0c7b8fecb
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ Used [[https://github.com/purcell/emacs.d/blob/master/lisp/init-paredit.el][Purc
;;
;; - type the search term / ID only once
;; - or, use the region instead, if active
;; - no visible prefixes (link abbrevations)
;; - no visible prefixes (link abbreviations)
;;
;; We need to store the region before the templating kicks
;; in, because the region can be used only once in a template. For

View File

@ -34,7 +34,7 @@
;;
;; - type the search term / ID only once
;; - or, use the region instead, if active
;; - no visible prefixes (link abbrevations)
;; - no visible prefixes (link abbreviations)
;;
;; We need to store the region before the templating kicks
;; in, because the region can be used only once in a template. For