enable origami mode in json
This commit is contained in:
parent
70ac94f5a3
commit
d536595c31
|
@ -954,7 +954,8 @@ Overlays hex color codes with matching colors in certain modes like css and html
|
|||
*** JSON
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package json-mode
|
||||
:straight t)
|
||||
:straight t
|
||||
:hook (json-mode . origami-mode))
|
||||
#+END_SRC
|
||||
*** Javascript
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in New Issue