From f59f8736b8601fa96fd96ec643f1ee510653bf5f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2013 21:18:14 +0100 Subject: Emacs: ensure that org-journal is installed --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/init.el') 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"))) -- cgit 1.4.1