diff options
author | fpi | 2020-01-21 12:56:59 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:58:34 +0100 |
commit | 06ea09e70890d0ac803c3c51f975211b257ee73a (patch) | |
tree | 2d34cc9137fa49855ebc1044e0e56ef24c33f431 | |
parent | Change org-bullet to ✧ (White Four Pointed Star) (diff) |
Fix background of default face for light customization
-rw-r--r-- | emacs-init.org | 1 |
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) |