From 421acac539827dbf57988c794c9aa3539a4add70 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 18 Feb 2019 22:18:33 -0800 Subject: Move js2 auto-mode specification to emacs-config --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index b9cbffd..1621899 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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)) -- cgit v1.2.3-54-g00ecf