From 7f173db54c8876fae7492d514fd21ac67be7fb07 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Aug 2023 01:11:55 +0200 Subject: emacs: Use ‘set’ for variable symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3