about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-07-27 14:09:21 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-07-27 14:09:21 +0100
commit1f8a397b7505176863032b6c456885594f622cbc (patch)
tree7917d72a57c8360ad04d0ffedfd1a10baad5269d
parent7052176ad8fed50c509a8ba971e5cf0abcb5683e (diff)
downloaddotfiles-1f8a397b7505176863032b6c456885594f622cbc.tar.gz
Remove spurious whitespace
-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")