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

@@ -18,7 +18,7 @@
:preface
(defun siren-applescript-mode-setup ()
(run-hooks 'prog-mode-hook)
(setq tab-width 4)
(setq-local tab-width 4)
(highlight-symbol-mode -1)
(subword-mode +1)))