summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:54:51 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:54:51 +0000
commit233251816ae6b10513d598d057abc59f83bf838a (patch)
tree3d62afe58a7fe137504b0144dfd172a677ddf354
parent0694bd3c682f601f8ec41e503cf31f8fa43c9608 (diff)
attempt to deal with void variable
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 03601dd..01bdc8c 100644
--- a/init.el
+++ b/init.el
@@ -349,7 +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)
+ (defvar mrl/in-mod-denote nil)
(interactive)
(let* ((journal-dir (concat (denote-directory) "journals"))
(today-journal