Emacs: Disable detection of html in php-mode
1 file changed, 1 insertion(+), 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)