Add org-mode keywords
This commit is contained in:
parent
9747844088
commit
91c6a8e56d
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -119,3 +119,5 @@
|
|||
(add-hook 'today-visible-calendar-hook 'calendar-mark-today)
|
||||
(global-set-key "\C-cc" 'org-capture)
|
||||
(global-set-key "\C-ca" 'org-agenda)
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
|
||||
|
|
Loading…
Add table
Reference in a new issue