summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-10-11 22:49:42 +0200
committerTimo Wilken2023-10-11 22:50:21 +0200
commit6918e8641e457e38a850c82affc4e15e18d20092 (patch)
treebae305dfa70252cd10dfb95c4e4925511751beb6 /tw/home/files
parent3b80e972dad31e241ebeccd0b3ecbd648901682a (diff)
Fix mmm-default-submode-face for Emacs 29
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 67168122..fa6b2a6d 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -361,7 +361,7 @@ If CREATE is true and the resulting directory does not exist, create it."
(use-package mmm-mode
:commands (mmm-mode)
;; Don't highlight submodes specially at all. The default background is annoying.
- :custom-face (mmm-default-submode-face ((t (:background nil)))))
+ :custom-face (mmm-default-submode-face ((t (:background unspecified)))))
(use-package puppet-mode
:mode (rx ".pp" eos))