all repos — nixfiles @ 904e18d318ce25bc5a7ab589bd64fa42c404d68c

System and user configuration, managed by nix and home-manager

Emacs: install and configure org-journal
Alan Pearce alan@alanpearce.co.uk
Tue, 11 Jun 2013 21:31:53 +0100
commit

904e18d318ce25bc5a7ab589bd64fa42c404d68c

parent

e08c19b54fe61fe787d2129cc97d469e0d36962a

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -622,6 +622,10 @@ (if (looking-at org-outline-regexp) (goto-char (1- (match-end 0))))                   (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