summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-03 15:50:32 +0100
committerBlake Romero <blake@blkrom.com>2025-10-03 15:50:32 +0100
commit6dfe3ed0eaf6111e0776ca8df2a2a135155f61e5 (patch)
tree22fabac428fcf10bf62cd8df0a869c989a3dc114 /emacs-config.org
parent6eb6efa2eb11a476adcd766b5af385e5c8f13949 (diff)
Fix fringe face background warning message
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org4
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