From 72985b6f7e319cec44bc8fda310bb073053e06a9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 16 Feb 2020 16:41:30 -0800 Subject: org: don't set custom faces The default is just fine, it's more things to manage otherwise. --- emacs.d/custom/fcuny-org.el | 8 -------- 1 file changed, 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 ^ -- cgit 1.4.1