General cleanup
This commit is contained in:
parent
c40cfaa5cd
commit
8638eb710f
9 changed files with 38 additions and 41 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue