mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
General cleanup
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
(def-company-backend! lua-mode (lua yasnippet))
|
||||
(def-electric! lua-mode :words ("else" "end"))
|
||||
(def-repl! lua-mode doom/inf-lua)
|
||||
(add-hook! lua-mode
|
||||
(setq-local sp-max-pair-length 9))
|
||||
(add-hook! lua-mode (setq-local sp-max-pair-length 9))
|
||||
(sp-with-modes '(lua-mode)
|
||||
;; disable defaults
|
||||
(sp-local-pair "if" nil :actions :rem)
|
||||
|
Reference in New Issue
Block a user