Ensure php-mode is loaded for *.php files

This commit is contained in:
2012-07-02 23:48:47 +01:00
parent fbfb3e3a6b
commit e8b4ef2385

View File

@@ -1,3 +1,5 @@
(add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))
(defun customizations-for-php-mode ()
(interactive)
(setq whitespace-action (quote (auto-cleanup)))