diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-config.org b/emacs-config.org index f646691..2bf6c1e 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -130,7 +130,7 @@ Fix elisp prop indentation. Enable theme. #+begin_src elisp (load-theme 'modus-vivendi) - (set-face-attribute 'fringe nil :background "unspecified-bg") + (set-face-attribute 'fringe nil :background 'unspecified) #+end_src Fix fringe background colour. @@ -138,7 +138,7 @@ Fix fringe background colour. (add-hook 'modus-themes-after-load-theme-hook (lambda () "Hide fringe background on theme toggle." (set-face-attribute 'fringe nil - :background "unspecified-bg"))) + :background 'unspecified))) #+end_src ** Font |
