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:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user