summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/config.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 0d38654..63385d3 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -610,9 +610,7 @@ with a custom function that reads a list of mode-specific indentation settings.
evil-shift-width width)
(mm-for-each extra (set x width)))))
(add-hook (mm-mode-to-hook mode) callback 95)
- (let ((ts-hook (mm-mode-to-hook (mm-mode-to-ts-mode mode))))
- (when (boundp ts-hook)
- (add-hook ts-hook callback 95))))))
+ (add-hook (mm-mode-to-hook (mm-mode-to-ts-mode mode)) callback 95))))
(mm-set-indentation-settings)