aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-27 23:05:29 -0800
committerGravatar Tom Willemse2019-02-27 23:05:29 -0800
commit2b6dcc255886698b18112dd80c56f9451c3a1501 (patch)
treeb2f635b66b012344176dc8c94eff509f16e83dd0 /emacs/.emacs.d/init.el
parent285b4395ac60704de7908c7f9ea5c1d3d48faeb1 (diff)
downloadnew-dotfiles-2b6dcc255886698b18112dd80c56f9451c3a1501.tar.gz
new-dotfiles-2b6dcc255886698b18112dd80c56f9451c3a1501.zip
Move web-mode configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
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))