/usr/share/doc/php-elisp/README.Debian is in php-elisp 1.13.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | This package auto-loads php-mode and invokes it for all .php[34], .phtml
and .inc files.
You can invoke it manually by typing
M-X php-mode
in emacs or XEmacs.
If you want to associate php-mode with another extension. Add the following
to your .emacs file:
(setq auto-mode-alist
(cons '("\\.ext\\'" . php-mode) auto-mode-alist))
where .ext is the extension on your files.
For more information about php-mode and how-to make it compatible with
html-mode, see http://php-mode.sf.net
// Pontus
|