diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-02-16 16:41:30 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-02-16 16:41:30 -0800 |
commit | 72985b6f7e319cec44bc8fda310bb073053e06a9 (patch) | |
tree | 768cadb17ec6874863c46df35a150d81db253443 /emacs | |
parent | magit: minor configuration update (diff) | |
download | emacs.d-72985b6f7e319cec44bc8fda310bb073053e06a9.tar.gz |
org: don't set custom faces
The default is just fine, it's more things to manage otherwise.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index b065ae2..4840931 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -20,14 +20,6 @@ (python . t) (emacs-lisp . t)))) - (custom-set-faces - '(org-done ((t (:foreground "DarkGreen" - :weight normal - :strike-through t)))) - '(org-headline-done - ((((class color) (min-colors 16) (background dark)) - (:foreground "LightSalmon" :strike-through t))))) - (defhydra hydra-org-menu (:hint nil) " ^go to ^ ^action ^ |