Fix #37: remove aggressive electric indentation

This commit is contained in:
Henrik Lissner 2017-03-15 12:57:54 -04:00
parent e967412687
commit 0abc4cc60d

View file

@ -12,10 +12,7 @@
(def-package! toml-mode :mode "\\.toml$")
(def-package! yaml-mode
:mode "\\.ya?ml$"
:config
(set! :electric 'yaml-mode :chars '(?\n ?\: ?\-)))
(def-package! yaml-mode :mode "\\.ya?ml$")
(def-package! json-mode :mode "\\.js\\(on\\|[hl]int\\(rc\\)?\\)$"