From d536595c31b04ac66ba5f31b111098de8c67ec87 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 20 May 2019 10:37:51 -0400 Subject: [PATCH] enable origami mode in json --- etc/conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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