mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/lua): set tab-width to 4
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
:preface
|
||||
(defun siren-lsp-lua-mode-setup ()
|
||||
(setq-local tab-width 4)
|
||||
(lsp-deferred)))
|
||||
|
||||
(provide 'siren-lua)
|
||||
|
||||
Reference in New Issue
Block a user