summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-01-26 18:06:59 +0100
committerfpi2020-01-29 17:58:34 +0100
commit7f41026fa80c93a832c9381e4f3db781d9487ef5 (patch)
tree6648791150c685251c8281f10dd8812596a4c0ee
parentFix background of default face for light customization (diff)
Highlight org links
Diffstat (limited to '')
-rw-r--r--emacs-init.org2
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)