Add json-mode
This commit is contained in:
parent
11b07f1d6b
commit
0e77931ca6
@ -14,6 +14,10 @@
|
||||
(nvm--installed-versions)))))
|
||||
(nvm-use version)))
|
||||
|
||||
(use-package json-mode
|
||||
:commands (json-mode)
|
||||
:mode ("\\.json\\'"))
|
||||
|
||||
(use-package js
|
||||
:straight (:type built-in)
|
||||
:defer t
|
||||
|
Loading…
Reference in New Issue
Block a user