diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index c3a6c06..f914a41 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -220,7 +220,8 @@ might be bad." (when-require 'web-mode (add-to-list 'auto-mode-alist '("\\.html$" . web-mode)) - (add-to-list 'auto-mode-alist '("\\.tpl$" . web-mode))) + (add-to-list 'auto-mode-alist '("\\.tpl$" . web-mode)) + (add-to-list 'auto-mode-alist '("\\.erb$" . web-mode))) ;;; ;;; PHP |