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

@ -9,7 +9,7 @@
:config
(@set :build 'rake 'ruby-mode '+ruby/rake)
(@set :company-backend 'ruby-mode '(company-dabbrev-code))
(@set :electric 'ruby-mode :words "else" "end" "elseif")
(@set :electric 'ruby-mode :words '("else" "end" "elseif"))
(@set :repl 'ruby-mode 'inf-ruby)
(setq ruby-deep-indent-paren t)
;; Don't interfere with my custom RET behavior