From 66b7f9b05efa491b6b32064ac480e4e938a7cd89 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 30 Mar 2022 16:57:54 +0200 Subject: [PATCH] [JS] Set indent to two --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index cb26a66..4eaaa1f 100644 --- a/config.org +++ b/config.org @@ -1609,6 +1609,13 @@ Source: [[https://github.com/ksjogo/typoscript-mode][GitHub: ksjogo/typoscript-m :mode "\\.typoscript\\'") #+end_src + +#+begin_src emacs-lisp +(use-package js + :config + (setq js-indent-level 2)) +#+end_src + ** YAML YAML major mode for Emacs.