Checkpoint commit

This commit is contained in:
mANIA pHOBIC 2013-10-19 14:46:27 -07:00
parent b3fef73fc4
commit aa9b75acdd

View file

@ -1,4 +1,7 @@
;
; Configure calenders to start weeks on Monday
; Set the default archive location
; Log the time when completing a task
; Configure the TODO keyword sequence
;
@ -8,3 +11,13 @@
org-log-done 'time
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)
;
; Configure key mappings
;
; C-c O = view the agenda
;
(global-set-key "\C-cO" 'org-agenda)
;