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! toml-mode :mode "\\.toml$")
|
||||||
|
|
||||||
|
|
||||||
(def-package! yaml-mode
|
(def-package! yaml-mode :mode "\\.ya?ml$")
|
||||||
:mode "\\.ya?ml$"
|
|
||||||
:config
|
|
||||||
(set! :electric 'yaml-mode :chars '(?\n ?\: ?\-)))
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! json-mode :mode "\\.js\\(on\\|[hl]int\\(rc\\)?\\)$"
|
(def-package! json-mode :mode "\\.js\\(on\\|[hl]int\\(rc\\)?\\)$"
|
||||||
|
Reference in New Issue
Block a user