From dfc3f2b988cf8254ecea70dd568e090fc6667c68 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 15 Feb 2019 14:13:34 -0500 Subject: [PATCH] Set js indent --- emacs/init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 3280104..927efc3 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -942,6 +942,11 @@ Some aliases: :mode (("\\.json\\'" . json-mode))) #+END_SRC +Some formatting stuff: +#+BEGIN_SRC emacs-lisp + (setq js-indent-level 4) +#+END_SRC + Use nvm to manage node versions: #+BEGIN_SRC emacs-lisp (use-package nvm