mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
changes the concept of "languages" to "mode-customizations"
This commit is contained in:
6
mode-customizations/php-mode.el
Normal file
6
mode-customizations/php-mode.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(add-hook 'php-mode-hook
|
||||
(lambda ()
|
||||
(setq whitespace-action (quote (auto-cleanup)))
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)))
|
||||
Reference in New Issue
Block a user