diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-07-27 14:09:21 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-07-27 14:09:21 +0100 |
commit | 1f8a397b7505176863032b6c456885594f622cbc (patch) | |
tree | 7917d72a57c8360ad04d0ffedfd1a10baad5269d /.emacs.d | |
parent | 7052176ad8fed50c509a8ba971e5cf0abcb5683e (diff) | |
download | dotfiles-1f8a397b7505176863032b6c456885594f622cbc.tar.gz |
Remove spurious whitespace
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-web.el | 2 |
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") |