summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-26 13:45:35 +0100
committerAlan Pearce2014-04-26 13:45:35 +0100
commit2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f (patch)
tree11f70e2adfcee88cc7a81b042286c0ba13bdbaac /tag-emacs
parent6ca36a22d26631dbd1900e42211ce8e1997a74d1 (diff)
downloaddotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.tar.lz
dotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.tar.zst
dotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.zip
Emacs: Disable detection of html in php-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 1bcb111..4bd4497 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)