summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 4 insertions, 0 deletions
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