diff --git a/etc/conf.org b/etc/conf.org index d2c40e8..7d65f22 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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