Date: Tuesday, March 28, 2023 @ 19:43:25
Author: spupykin
Revision: 1430056
emacs-php-mode: improve example
Modified:
emacs-php-mode/trunk/emacs-php-mode.install
------------------------+
emacs-php-mode.install | 1 +
1 file changed, 1 insertion(+)
Modified: emacs-php-mode.install
===================================================================
--- emacs-php-mode.install 2023-03-28 19:39:04 UTC (rev 1430055)
+++ emacs-php-mode.install 2023-03-28 19:43:25 UTC (rev 1430056)
@@ -5,6 +5,7 @@
(autoload 'php-mode "php-mode.el" "Php mode." t)
(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode))
auto-mode-alist))
+(add-to-list 'interpreter-mode-alist '("php" . php-mode))
EOF
}