mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Tidy up
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
:mode "\\.ya?ml$"
|
||||
:init (add-hook! yaml-mode 'narf|enable-tab-width-2))
|
||||
|
||||
(use-package json-mode
|
||||
:mode (("\\.json$" . json-mode)
|
||||
("\\.jshintrc$" . json-mode)))
|
||||
(use-package json-mode :mode "\\.js\\(on\\|hintrc\\)$")
|
||||
|
||||
;; TODO: Db client
|
||||
|
||||
|
Reference in New Issue
Block a user