From a426726976e2199d7ca428f03d1b46ce3891309d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 1 Apr 2026 07:34:46 +0200 Subject: emacs: Fix hook names --- .config/emacs/modules/mm-editing.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index e15e739..24aa7ea 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -157,8 +157,8 @@ those should be listed in `mm-editing-indentation-settings'." (when-let ((ts-mode (mm-mode-to-ts-mode mode)) ((fboundp ts-mode))) (add-hook (mm-mode-to-hook ts-mode) #'mm-newcomment-c-config))) - (add-hook 'mhtml-mode #'mm-newcomment-html-config) - (add-hook 'rust-ts-mode #'mm-newcomment-rust-config)) + (add-hook 'mhtml-mode-hook #'mm-newcomment-html-config) + (add-hook 'rust-ts-mode-hook #'mm-newcomment-rust-config)) ;;; Multiple Cursors -- cgit v1.2.3