Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

starter-kit-php.org

File metadata and controls

17 lines (13 loc) · 424 Bytes

Starter Kit PHP

This is part of the Emacs Starter Kit.

Starter Kit PHP

Helpers for the PHP programming language.

(add-to-list 'auto-mode-alist '("\\.php$" . php-mode))
(add-to-list 'auto-mode-alist '("\\.inc$" . php-mode))
(message "Starter Kit PHP loaded.")