mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|