Move js2 auto-mode specification to emacs-config

This commit is contained in:
Tom Willemse 2019-02-18 22:18:33 -08:00
parent c450e0898b
commit 421acac539

View file

@ -250,7 +250,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
:interactive)
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
(add-to-list 'auto-mode-alist '("\\.jsx\\'" . rjsx-mode))
(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
(add-to-list 'auto-mode-alist '("\\.msmtprc\\'" . msmtprc-mode))