diff --git a/gists.org b/gists.org index b9af6ab..9a86b15 100644 --- a/gists.org +++ b/gists.org @@ -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 diff --git a/gists/tempel-org-links.el b/gists/tempel-org-links.el index 6656670..6b6b53d 100644 --- a/gists/tempel-org-links.el +++ b/gists/tempel-org-links.el @@ -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