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,7 @@
(add-hook 'python-mode-hook
(lambda ()
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(highlight-indentation-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))