diff options
author | Alan Pearce | 2013-06-11 21:31:53 +0100 |
---|---|---|
committer | Alan Pearce | 2013-06-11 21:31:53 +0100 |
commit | 904e18d318ce25bc5a7ab589bd64fa42c404d68c (patch) | |
tree | fb71cf3d879541cb69094beb1da70f6a057fc2a9 /emacs | |
parent | e08c19b54fe61fe787d2129cc97d469e0d36962a (diff) | |
download | nixfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.tar.lz nixfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.tar.zst nixfiles-904e18d318ce25bc5a7ab589bd64fa42c404d68c.zip |
Emacs: install and configure org-journal
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
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 |