Emacs: ensure that org-journal is installed
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Oct 2013 21:18:14 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/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")))