mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-30 04:11:16 -08:00
lang/lua: lazy load lua-mode
This commit is contained in:
parent
a72a0e6a62
commit
3b1305b66f
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
;; Major modes
|
||||
|
||||
(def-package! lua-mode
|
||||
:defer t
|
||||
:init
|
||||
;; lua-indent-level defaults to 3 otherwise. Madness.
|
||||
(setq lua-indent-level tab-width)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue