mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added lua support, disabled vertico jump root using /, was a mess
This commit is contained in:
11
lisp/init-lua.el
Normal file
11
lisp/init-lua.el
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
(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
|
||||
Reference in New Issue
Block a user