Add/update some colors in org-mode
This commit is contained in:
parent
2ffb29b718
commit
c7ee21a46e
1 changed files with 5 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue