mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(languages): tidy up buffer-local setq statements
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user