diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:54:51 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:54:51 +0000 |
commit | 233251816ae6b10513d598d057abc59f83bf838a (patch) | |
tree | 3d62afe58a7fe137504b0144dfd172a677ddf354 /init.el | |
parent | 0694bd3c682f601f8ec41e503cf31f8fa43c9608 (diff) |
attempt to deal with void variable
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |