diff options
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 5688e78..1f663fe 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -513,7 +513,7 @@ The above macro can be used like this. (:underline nil :weight normal :foreground ,slate) - (:foreground ,bg-dark)) + (:foreground ,builtin)) (org-special-keyword (:height 0.9 :foreground ,comment) |