From 953ba392b6b91bada5edde46f4441421df0686cb Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 25 Sep 2023 21:48:00 +0200 Subject: [PATCH] pinwheel: Set indentation level for `javascript` --- hosts/pinwheel/modules/emacs/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 2e35383..6ca09d7 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -493,3 +493,7 @@ Setup prefix for keybindings. #+BEGIN_SRC emacs-lisp (use-package markdown-mode) #+END_SRC +** Javascript +#+BEGIN_SRC emacs-lisp + (setq js-indent-level 2) +#+END_SRC