summaryrefslogtreecommitdiff
path: root/lang/php-mode.el/pkg-message
blob: 03de8386283dd6705a48ae8212dde92e694257f6 (plain) (blame)
1
2
3
4
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))