all repos — archive/dotfiles @ f59f8736b8601fa96fd96ec643f1ee510653bf5f

Superseded by nixfiles

Emacs: ensure that org-journal is installed
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Oct 2013 21:18:14 +0100
commit

f59f8736b8601fa96fd96ec643f1ee510653bf5f

parent

e215529e42c466ae3f3513832af4025cd7b5a92b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -684,6 +684,7 @@ (if (looking-at (concat " +" org-todo-regexp "\\( +\\|[ \t]*$\\)"))                       (org-todo "STARTED")))))))
 
 (use-package org-journal
+  :ensure t
   :config (progn
             (setq org-journal-date-format "%A, %d %B %Y")))