summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 4d71eb2..919109f 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -808,7 +808,7 @@ with a custom function that reads a list of mode-specific indentation settings.
(λ (indent-tabs-mode (when spaces -1))
(setq-local tab-width width
evil-shift-width width)
- (mm-for-each extra (setq x 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)