summaryrefslogtreecommitdiff
blob: 5db8dc5a055caf0f152845d59c1e79da614e9c69 (plain)
1
2
3
4
5
6
7
8
;;; php-mode site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'php-mode "php-mode" "Major mode for editing PHP code." t)
(add-to-list 'auto-mode-alist '("\\.php[s34]?\\'" . php-mode))
(add-to-list 'auto-mode-alist '("\\.phtml\\'" . php-mode))
(add-to-list 'auto-mode-alist '("\\.inc\\'" . php-mode))