Fix #37: remove aggressive electric indentation
This commit is contained in:
parent
e967412687
commit
0abc4cc60d
1 changed files with 1 additions and 4 deletions
|
@ -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\\)?\\)$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue