another org state

This commit is contained in:
Eli Mellen 2019-09-10 12:31:01 -04:00
parent 51b0e70e79
commit 846848d75a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
/local-elisp
*.el~
*.org~
.org-id-locations
pillow-fort.el
auto-save-list
eshell

View File

@ -181,7 +181,7 @@ I've been waffling a lot, lately, and also enjoying light themes.
:ensure t
:config
(setq org-todo-keywords
'((sequence "TODO" "IN-PROCESS" "FOLLOW-UP" "|" "DONE")))
'((sequence "TODO" "IN-PROCESS" "FOLLOW-UP" "WAIT" "|" "DONE")))
(setq org-fontify-done-headline t)
(custom-set-faces
'(org-done ((t (:foreground "#5DA7AA" :weight normal :strike-through t))))