From 904e18d318ce25bc5a7ab589bd64fa42c404d68c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 11 Jun 2013 21:31:53 +0100 Subject: Emacs: install and configure org-journal --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 330ad5a0..5f323a6f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -622,6 +622,10 @@ Values: `desktop', `server', `laptop'") (if (looking-at (concat " +" org-todo-regexp "\\( +\\|[ \t]*$\\)")) (org-todo "STARTED"))))))) +(use-package org-journal + :config (progn + (setq org-journal-date-format "%A, %d %B %Y"))) + ;;;; Programming (use-package cedet -- cgit 1.4.1