about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-web.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-web.el b/.emacs.d/lisp/init-web.el
index eaf3f65..1ee56a7 100644
--- a/.emacs.d/lisp/init-web.el
+++ b/.emacs.d/lisp/init-web.el
@@ -43,7 +43,7 @@
 
 (use-package js2-mode
   :config
-  (add-to-list 'auto-mode-alist '("\\.js\\'"    . js2-mode))
+  (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
   :hook (js2-mode . (lambda ()
                       (setq-local electric-layout-rules '((?\; . after)))
                       (setq mode-name "JS2")