summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 03834a1..0c934fd 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")))