Add org-mode keywords

This commit is contained in:
Marcus Kammer 2019-05-12 16:54:03 +02:00
parent 9747844088
commit 91c6a8e56d

View file

@ -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")))