From a0c7b8fecb0f650e7924dbaeed1e8013967953b3 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 13 Feb 2023 22:36:55 +0100 Subject: [PATCH] Fix typo --- gists.org | 2 +- gists/tempel-org-links.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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