aboutsummaryrefslogtreecommitdiff
path: root/lang/php-mode.el/pkg-message
blob: 8e2cdb769818a75866022c1cea80ee9d8965149c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[
{ 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
}
]