diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |