summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-01-21 12:56:59 +0100
committerfpi2020-01-29 17:58:34 +0100
commit06ea09e70890d0ac803c3c51f975211b257ee73a (patch)
tree2d34cc9137fa49855ebc1044e0e56ef24c33f431 /emacs-init.org
parentChange org-bullet to ✧ (White Four Pointed Star) (diff)
Fix background of default face for light customization
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 4bad5c1..5688e78 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -302,6 +302,7 @@ The above macro can be used like this.
((default
(:family ,sans-mono-font)
(:family ,sans-mono-font
+ :background ,bg-white
:foreground ,bg-dark))
(variable-pitch
(:family ,sans-font)