From f781cd3408b85b321ad5bc78945a7f44fc3ec751 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 17 Jun 2019 12:33:31 +0200 Subject: Update php-mode --- .emacs.d/lisp/php.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/lisp/php.el') diff --git a/.emacs.d/lisp/php.el b/.emacs.d/lisp/php.el index 13f2cef..336c267 100644 --- a/.emacs.d/lisp/php.el +++ b/.emacs.d/lisp/php.el @@ -4,7 +4,7 @@ ;; Author: USAMI Kenta ;; Created: 5 Dec 2018 -;; Version: 1.21.3 +;; Version: 1.21.4 ;; Keywords: languages, php ;; Homepage: https://github.com/emacs-php/php-mode ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) @@ -107,7 +107,7 @@ You can replace \"en\" with your ISO language code." (defcustom php-template-mode-alist `(("\\.blade" . ,php-blade-template-major-mode) - ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-html-template-major-mode)) + ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-default-major-mode)) ("\\.phtml\\'" . ,php-html-template-major-mode)) "Automatically use another MAJOR-MODE when open template file." :group 'php -- cgit v1.3