freebsd-ports/lang/php-mode.el/pkg-message
2019-08-13 22:29:42 +00:00

10 lines
252 B
Text

[
{ type: install
message: <<EOM
To use php-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'php-mode "php-mode" "Mode for editing PHP source files")
(add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode))
EOM
}
]