summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-08 21:18:14 +0100
committerAlan Pearce2013-10-08 21:18:14 +0100
commitf59f8736b8601fa96fd96ec643f1ee510653bf5f (patch)
tree3f00d9447cafffdb13f994bd4dc711c2d716cad3 /emacs
parente215529e42c466ae3f3513832af4025cd7b5a92b (diff)
downloaddotfiles-f59f8736b8601fa96fd96ec643f1ee510653bf5f.tar.lz
dotfiles-f59f8736b8601fa96fd96ec643f1ee510653bf5f.tar.zst
dotfiles-f59f8736b8601fa96fd96ec643f1ee510653bf5f.zip
Emacs: ensure that org-journal is installed
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")))