diff options
author | Alan Pearce | 2014-04-26 13:45:35 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-26 13:45:35 +0100 |
commit | 2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f (patch) | |
tree | 11f70e2adfcee88cc7a81b042286c0ba13bdbaac /tag-emacs/emacs.d/init.el | |
parent | 6ca36a22d26631dbd1900e42211ce8e1997a74d1 (diff) | |
download | dotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.tar.lz dotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.tar.zst dotfiles-2e2dbab1f6359b7c5bb4f5fa2939dffa0a0e5f5f.zip |
Emacs: Disable detection of html in php-mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
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) |