Declare variable

This commit is contained in:
Bram Schoenmakers 2023-02-26 22:43:09 +01:00
parent 7d4d809802
commit 509cccce46
2 changed files with 10 additions and 0 deletions

View File

@ -464,6 +464,11 @@ It turns out it didn't work as well as I hoped, paredit steals the RET binding s
;; Unfortunately, this not-so-elegant code is needed to meet the
;; requirements.
(defvar my/region nil
"Stores the region's content.
So it can be inserted multiple times from a template.")
(defun my/tempel-org-link (elt)
"Tempel field to insert an org link."

View File

@ -53,6 +53,11 @@
;; Unfortunately, this not-so-elegant code is needed to meet the
;; requirements.
(defvar my/region nil
"Stores the region's content.
So it can be inserted multiple times from a template.")
(defun my/tempel-org-link (elt)
"Tempel field to insert an org link."