Move js2 auto-mode specification to emacs-config
This commit is contained in:
parent
c450e0898b
commit
421acac539
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue