summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-21 12:43:39 +0200
committerGravatar Tom Willemse2015-06-21 12:43:39 +0200
commitc7ee21a46e43c31c5313027e500d9382f5808d67 (patch)
treeb203c0644f7ed5a114e7b113477ce53a52211d83 /emacs
parent2ffb29b718115f8f74460d24ae8b89c1a825b7d4 (diff)
downloaddotfiles-c7ee21a46e43c31c5313027e500d9382f5808d67.tar.gz
dotfiles-c7ee21a46e43c31c5313027e500d9382f5808d67.zip
Add/update some colors in org-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/org-init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/.emacs.d/site-lisp/org-init.el b/emacs/.emacs.d/site-lisp/org-init.el
index 0934cf0..bc980ab 100644
--- a/emacs/.emacs.d/site-lisp/org-init.el
+++ b/emacs/.emacs.d/site-lisp/org-init.el
@@ -189,7 +189,8 @@ predecessor if there is a non-DONE sibling defined before it."
(setq org-tags-exclude-from-inheritance '("crypt"))
(setq org-todo-keyword-faces
(oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
- "ACQUIRE" "IGNORED" "COMMENT" "GOT")))
+ "ACQUIRE" "IGNORED" "COMMENT" "GOT"
+ "TOREAD" "READING" "READ")))
(setq org-tag-faces
(oni:org-colors-for '("noexport" "tv" "dailies" "ex" "maintenance"
"housework" "cdispass" "clark" "emacsd"
@@ -197,13 +198,14 @@ predecessor if there is a non-DONE sibling defined before it."
"unconfirmed" "gitto" "urxvt_modeline"
"scrumli" "clark_conkeror"
"git_auto_commit_mode" "mode_icons"
- "dispassel" "hypo_emacs" "hypo_cli"
+ "dispassel" "hypo_emacs" "hypocli"
"conkeror" "transient_navigation" "pkgbuilds"
"edocs" "cask" "fiplr" "avandu"
"gitolite_admin" "yoshi_theme" "dvdroid"
"commit_check" "imsleepy" "indent_shift"
"work" "picturefix" "euler" "scss_imenu"
- "bookmark" "blog")))
+ "bookmark" "blog" "shirtlobby"
+ "roterdamfestivals")))
(setq org-use-fast-todo-selection t)
(setq org-agenda-skip-function-global 'org-init-skip-tags)
(setq org-use-property-inheritance '("slug"))