diff --git a/etc/conf.org b/etc/conf.org index 8a86d54..351a7e7 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -950,17 +950,23 @@ Overlays hex color codes with matching colors in certain modes like css and html (use-package rainbow-mode :straight t) #+END_SRC -*** JSON +*** Javascript +**** tabs +An exception to the rule +#+BEGIN_SRC emacs-lisp +(setq js-indent-level 2) +#+END_SRC +**** inferior mode +#+BEGIN_SRC emacs-lisp +(use-package js-comint + :straight t) +#+END_SRC +**** JSON #+BEGIN_SRC emacs-lisp (use-package json-mode :straight t :hook (json-mode . origami-mode)) #+END_SRC -*** Javascript -#+BEGIN_SRC emacs-lisp -(use-package js-comint - :straight t) -#+END_SRC *** markdown Make font sizes smaller and less intrusive for headers #+BEGIN_SRC emacs-lisp