summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-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))