summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-11 21:31:53 +0100
committerAlan Pearce2013-06-11 21:31:53 +0100
commit904e18d318ce25bc5a7ab589bd64fa42c404d68c (patch)
treefb71cf3d879541cb69094beb1da70f6a057fc2a9 /emacs
parente08c19b54fe61fe787d2129cc97d469e0d36962a (diff)
downloaddotfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.tar.lz
dotfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.tar.zst
dotfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.zip
Emacs: install and configure org-journal
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 330ad5a..5f323a6 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