diff options
Diffstat (limited to '.emacs.d/lisp/php.el')
| -rw-r--r-- | .emacs.d/lisp/php.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: USAMI Kenta <tadsan@zonu.me> | 5 | ;; Author: USAMI Kenta <tadsan@zonu.me> |
| 6 | ;; Created: 5 Dec 2018 | 6 | ;; Created: 5 Dec 2018 |
| 7 | ;; Version: 1.21.3 | 7 | ;; Version: 1.21.4 |
| 8 | ;; Keywords: languages, php | 8 | ;; Keywords: languages, php |
| 9 | ;; Homepage: https://github.com/emacs-php/php-mode | 9 | ;; Homepage: https://github.com/emacs-php/php-mode |
| 10 | ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) | 10 | ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) |
| @@ -107,7 +107,7 @@ You can replace \"en\" with your ISO language code." | |||
| 107 | 107 | ||
| 108 | (defcustom php-template-mode-alist | 108 | (defcustom php-template-mode-alist |
| 109 | `(("\\.blade" . ,php-blade-template-major-mode) | 109 | `(("\\.blade" . ,php-blade-template-major-mode) |
| 110 | ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-html-template-major-mode)) | 110 | ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-default-major-mode)) |
| 111 | ("\\.phtml\\'" . ,php-html-template-major-mode)) | 111 | ("\\.phtml\\'" . ,php-html-template-major-mode)) |
| 112 | "Automatically use another MAJOR-MODE when open template file." | 112 | "Automatically use another MAJOR-MODE when open template file." |
| 113 | :group 'php | 113 | :group 'php |
