Refactor :electric setting
This commit is contained in:
parent
a841b3ce99
commit
afc5b622bb
8 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
(add-hook 'lua-mode-hook 'flycheck-mode)
|
||||
:config
|
||||
(@set :company-backend 'lua-mode '(company-lua company-yasnippet))
|
||||
(@set :electric 'lua-mode :words "else" "end")
|
||||
(@set :electric 'lua-mode :words '("else" "end"))
|
||||
(@set :repl 'lua-mode '+lua/repl)
|
||||
|
||||
;; sp's lua-specific rules are obnoxious, so we disable them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue