Emacs: Disable detection of html in php-mode
Alan Pearce alan@alanpearce.co.uk
Sat, 26 Apr 2014 13:45:35 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → 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)