summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-25 01:34:07 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-25 01:34:07 +0200
commit3fb586a7741ae1c66bb74e73a69c140ca89e099d (patch)
treec0fc99e222893b0126fe48a2e60cb6208a41f591 /emacs
parentc6c70407baf45e21fcbaaa98a3e0b3adb4b3bdae (diff)
downloaddotfiles-3fb586a7741ae1c66bb74e73a69c140ca89e099d.tar.gz
dotfiles-3fb586a7741ae1c66bb74e73a69c140ca89e099d.tar.xz
dotfiles-3fb586a7741ae1c66bb74e73a69c140ca89e099d.zip
added multi-mode and html-php-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))