chore(languages): tidy up buffer-local setq statements

This commit is contained in:
2022-07-18 22:20:08 +01:00
parent a3c384027d
commit 66cf3de9dc
27 changed files with 46 additions and 46 deletions

View File

@@ -12,8 +12,8 @@
:preface
(defun siren-lua-mode-setup ()
(setq lua-indent-level 2
whitespace-action '(auto-cleanup))
(setq-local lua-indent-level 2
whitespace-action '(auto-cleanup))
(subword-mode +1)))