From 2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Apr 2014 13:45:35 +0100 Subject: Emacs: Disable detection of html in php-mode --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 1bcb1113..4bd4497a 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -994,6 +994,7 @@ (req-package php-mode :mode ("\\.php\\'" . php-mode) :config (progn + (setq php-template-compatibility nil) (bind-key "C-h C-f" #'php-search-documentation php-mode-map) (unbind-key "C-c C-f" php-mode-map) (unbind-key "C-." php-mode-map) -- cgit 1.4.1