mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
4 lines
209 B
Text
4 lines
209 B
Text
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))
|