diff options
-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 |