diff options
author | fpi | 2020-01-26 18:06:59 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:58:34 +0100 |
commit | 7f41026fa80c93a832c9381e4f3db781d9487ef5 (patch) | |
tree | 6648791150c685251c8281f10dd8812596a4c0ee | |
parent | Fix background of default face for light customization (diff) |
Highlight org links
-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) |