From 2b6dcc255886698b18112dd80c56f9451c3a1501 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 27 Feb 2019 23:05:29 -0800 Subject: Move web-mode configuration to emacs-config --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 724ad6d..76138c3 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -173,7 +173,6 @@ "Major mode for editing msmtp configuration files." :interactive) -(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-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