From 2624b73cfafb4d0208bfe823fd8fdc410807f7b0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Oct 2017 17:01:10 +0200 Subject: [PATCH] Remove org/org dependency on doom-themes --- modules/org/org/config.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/org/org/config.el b/modules/org/org/config.el index 32b106788..69afdc5dd 100644 --- a/modules/org/org/config.el +++ b/modules/org/org/config.el @@ -114,9 +114,10 @@ org-indent-mode-turns-on-hiding-stars t org-pretty-entities nil org-pretty-entities-include-sub-superscripts t - org-priority-faces `((?a . ,(doom-color 'red)) - (?b . ,(doom-color 'yellow)) - (?c . ,(doom-color 'green))) + org-priority-faces + `((?a . ,(face-foreground 'error)) + (?b . ,(face-foreground 'warning)) + (?c . ,(face-foreground 'success))) org-startup-folded t org-startup-indented t org-startup-with-inline-images nil