From 3fb586a7741ae1c66bb74e73a69c140ca89e099d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Oct 2009 01:34:07 +0200 Subject: added multi-mode and html-php-mode --- emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') 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)) -- cgit v1.2.3