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 sh-mode '(flycheck-mode highlight-numbers-mode +sh|extra-fontify))
|
||||
:config
|
||||
(@set :company-backend 'sh-mode '(company-shell))
|
||||
(@set :electric 'sh-mode :words "else" "elif" "fi" "done" "then" "do" "esac" ";;")
|
||||
(@set :electric 'sh-mode :words '("else" "elif" "fi" "done" "then" "do" "esac" ";;"))
|
||||
(@set :repl 'sh-mode '+sh/repl)
|
||||
(setq sh-indent-after-continuation 'always)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue