summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-editing.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-21 12:34:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-21 12:34:52 +0200
commit8a48f4847bad367df449cc6568b69bbcb14b41ae (patch)
tree02ed459e4f8e24da02ebc5b65a8f8cb780cf13fe /.config/emacs/modules/mm-editing.el
parent82fb9bf3b24ceafe4cbda825fa6ea28f087dfcf1 (diff)
emacs: Set tab size for ‘mhtml-mode’
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r--.config/emacs/modules/mm-editing.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el
index b482143..04f671e 100644
--- a/.config/emacs/modules/mm-editing.el
+++ b/.config/emacs/modules/mm-editing.el
@@ -32,13 +32,14 @@
(c-ts-mode . (:extras c-ts-mode-indent-offset))
(css-mode . (:extras css-indent-offset))
(emacs-lisp-mode . (:width 8 :spaces t)) ; GNU code uses 8-column tabs
- (go-ts-mode . (:extras go-ts-mode-indent-offset))
(go-mod-ts-mode . (:extras go-ts-mode-indent-offset))
+ (go-ts-mode . (:extras go-ts-mode-indent-offset))
(gsp-ts-mode . (:width 2 :extras gsp-ts-mode-indent-rules))
(helpful-mode . (:width 8)) ; GNU code uses 8-column tabs
(lisp-data-mode . (:spaces t))
(lisp-interaction-mode . (:spaces t))
(lisp-mode . (:spaces t))
+ (mhtml-mode . (:extras sgml-basic-offset))
(org-mode . (:spaces t))
(python-mode . (:extras python-indent-offset))
(python-ts-mode . (:extras python-indent-offset))