Move org-todo-keywords into init
This commit is contained in:
parent
e75afac968
commit
a2dff2a02b
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@
|
|||
(add-hook 'org-mode-hook 'evil-org-mode)
|
||||
(evil-org-set-key-theme '(navigation insert textobjects additional))
|
||||
(setq org-startup-folded "showeverything")
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "NEW(n)" "QUALIFIED(q)" "STARTED(s)" "BLOCKED(b)" "|" "DONE(d)")))
|
||||
|
||||
(setq org-todo-keyword-faces
|
||||
'(("NEW" . "white")
|
||||
("QUALIFIED" . "lightblue")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue