diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-13 01:11:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-13 01:11:55 +0200 |
commit | 7f173db54c8876fae7492d514fd21ac67be7fb07 (patch) | |
tree | 5fdd4026d1cd4917d65a0e602272453a79ed32b7 /.config | |
parent | 4ee836a82b22a961db1bacc4bb3531c7b38ad34f (diff) |
emacs: Use ‘set’ for variable symbol
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/config.org | 2 |
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) |