aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-11-17 11:10:23 -0800
committerJakob Odersky <jodersky@gmail.com>2015-11-17 11:10:23 -0800
commit837b3a74038ee2260fb4e0545214d86c8acb28aa (patch)
tree83ce4a402565523ba2a9c0c2a99ba24cecdc03c7 /home/.emacs.d
parent5b4229533c5112bc0a8c0733a8a2b4ff9616f758 (diff)
downloaddotfiles-837b3a74038ee2260fb4e0545214d86c8acb28aa.tar.gz
dotfiles-837b3a74038ee2260fb4e0545214d86c8acb28aa.tar.bz2
dotfiles-837b3a74038ee2260fb4e0545214d86c8acb28aa.zip
disable webmode
Diffstat (limited to 'home/.emacs.d')
-rw-r--r--home/.emacs.d/config/web-mode.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/home/.emacs.d/config/web-mode.el b/home/.emacs.d/config/web-mode.el
index 5a1034d..0fb6a2a 100644
--- a/home/.emacs.d/config/web-mode.el
+++ b/home/.emacs.d/config/web-mode.el
@@ -1,9 +1,9 @@
-(require 'web-mode)
-(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.[agj]sp\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.djhtml\\'" . web-mode))
-(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
+;(require 'web-mode)
+;(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.[agj]sp\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.djhtml\\'" . web-mode))
+;(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))