summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-15 06:44:54 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-15 06:44:54 +0000
commit9d30833e3a3415b5819f9c5c6ebb0cf66f1dabff (patch)
treee336e74943e074d5a9ebf0e2baa365ca7d418cbe /init.el
parent9d854e24fffc7e48a59adceab1270dc4e6afa076 (diff)
declared potentially void variable
This is required by the directory local variable that is used for the MOD silo in denote.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 18224ad..03601dd 100644
--- a/init.el
+++ b/init.el
@@ -349,6 +349,7 @@ Restart works only on graphic display."
(defun mrl/denote-journal ()
"Create an entry tagged 'journal' with the date as its title."
+ (defvar mrl/in-mod-denote)
(interactive)
(let* ((journal-dir (concat (denote-directory) "journals"))
(today-journal