mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
12 lines
187 B
EmacsLisp
12 lines
187 B
EmacsLisp
|
|
(use-package lua-mode
|
|
:mode "\\.lua\\'"
|
|
|
|
:config
|
|
(setq tab-width 4
|
|
lua-indent-level 4
|
|
lua-indent-string-contents t))
|
|
|
|
(provide 'init-lua)
|
|
;;; init-lua.el ends here
|