mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #37: remove aggressive electric indentation
This commit is contained in:
@ -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\\)?\\)$"
|
||||
|
Reference in New Issue
Block a user