Refactor :electric setting

This commit is contained in:
Henrik Lissner 2017-02-20 20:55:21 -05:00
parent a841b3ce99
commit afc5b622bb
8 changed files with 10 additions and 10 deletions

View file

@ -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)