changes the concept of "languages" to "mode-customizations"

This commit is contained in:
2012-03-09 10:24:20 +00:00
parent 1835536c99
commit 25e17c915e
25 changed files with 19 additions and 14 deletions

View 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)))