summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs b/emacs
index e8d2c21..3c53b89 100644
--- a/emacs
+++ b/emacs
@@ -361,3 +361,7 @@
(require 'yasnippet)
(yas/initialize)
(yas/load-directory "~/.emacs.d/snippets")
+
+; html-php-multi-mode
+(require 'html-php)
+(setq auto-mode-alist (cons '("\\.php" . html-php-mode) auto-mode-alist))