From e64cf810755092333c4b2dba81c7a19a72fb316e Mon Sep 17 00:00:00 2001 From: Taiju HIGASHI Date: Mon, 3 Oct 2022 14:17:09 +0900 Subject: [PATCH] emacs: Add default js-indent-level. --- emacs.d/.emacs.d/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/.emacs.d/custom.el b/emacs.d/.emacs.d/custom.el index 2167fd7..ed3f232 100644 --- a/emacs.d/.emacs.d/custom.el +++ b/emacs.d/.emacs.d/custom.el @@ -16,6 +16,7 @@ '(global-company-mode t) '(indent-tabs-mode nil) '(inhibit-startup-screen t) + '(js-indent-level 2) '(make-backup-files nil) '(menu-bar-mode nil) '(org-capture-templates -- 2.45.2