summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index c3a50a94..0d713765 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -259,7 +259,9 @@
:mode (rx "." (or "hcl" "nomad") eos))
(use-package mmm-mode
- :commands (mmm-mode))
+ :commands (mmm-mode)
+ :custom
+ (mmm-default-submode-face '((t nil)) "Don't highlight submodes specially at all."))
(use-package puppet-mode
:mode (rx ".pp" eos))