summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-08-29 00:04:34 -0500
committerBlaise Thompson <blaise@untzag.com>2017-08-29 00:04:34 -0500
commit3468caf4758d2512c3147d036ae1f3d936e56e72 (patch)
treeef8e4a1860c1615a717b1ed8f325b25b3f755e75 /dotfiles
parent829a5259395decefa6c5c63fba238de1b7d61205 (diff)
update org-todo-keywords
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/spacemacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs
index e0cb94c..8767201 100644
--- a/dotfiles/spacemacs
+++ b/dotfiles/spacemacs
@@ -138,7 +138,7 @@
org-ref-pdf-directory '"~/drive/literature/"
org-ref-bibliography-notes '"~/drive/literature/literature.org"
org-ellipsis " ⟶"
- org-todo-keywords '((sequence "IDEA(i)" "TODO(t)" "WAITING(w)" "|" "DONE(d)" "DELEGATED" "CANCELED(c)"))
+ org-todo-keywords '((sequence "TODO(t)" "IDEA(i)" "WAITING(w)" "|" "DONE(d)" "DELEGATED" "CANCELED(c)"))
org-todo-keyword-faces '(("IDEA" . (:foreground "#2aa198", :weight bold))
("TODO" . (:foreground "#dc322f", :weight bold))
("WAITING" . (:foreground "#b58900", :weight bold))