Tidy up
This commit is contained in:
parent
b32a587b75
commit
90ef15e1c1
13 changed files with 93 additions and 106 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue