enable origami mode in json

This commit is contained in:
ndwarshuis 2019-05-20 10:37:51 -04:00
parent 70ac94f5a3
commit d536595c31
1 changed files with 2 additions and 1 deletions

View File

@ -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