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 /local-elisp
*.el~ *.el~
*.org~ *.org~
.org-id-locations
pillow-fort.el pillow-fort.el
auto-save-list auto-save-list
eshell eshell

View File

@ -181,7 +181,7 @@ I've been waffling a lot, lately, and also enjoying light themes.
:ensure t :ensure t
:config :config
(setq org-todo-keywords (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) (setq org-fontify-done-headline t)
(custom-set-faces (custom-set-faces
'(org-done ((t (:foreground "#5DA7AA" :weight normal :strike-through t)))) '(org-done ((t (:foreground "#5DA7AA" :weight normal :strike-through t))))