diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 03834a1e..0c934fdb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -684,6 +684,7 @@ Values: `desktop', `server', `laptop'") (org-todo "STARTED"))))))) (use-package org-journal + :ensure t :config (progn (setq org-journal-date-format "%A, %d %B %Y"))) |