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

@ -11,7 +11,7 @@
markdown-gfm-additional-languages '("sh"))
:config
(@set :electric 'markdown-mode :chars "+" "#")
(@set :electric 'markdown-mode :chars '(?+ ?#))
(@add-hook markdown-mode
(auto-fill-mode +1)