diff --git a/.gitignore b/.gitignore index 840beda..91c0f55 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /local-elisp *.el~ *.org~ +.org-id-locations pillow-fort.el auto-save-list eshell diff --git a/pillow-fort.org b/pillow-fort.org index 494ff0d..247745e 100644 --- a/pillow-fort.org +++ b/pillow-fort.org @@ -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))))