Checkpoint commit
This commit is contained in:
parent
b3fef73fc4
commit
aa9b75acdd
1 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue