File: php-elisp.README.Debian

package info (click to toggle)
php-elisp 1.13.5-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 144
  • sloc: lisp: 1,807; php: 343; sh: 38; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (5)
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