cleaned up language customizations a bit

This commit is contained in:
2012-02-24 20:48:47 +00:00
parent cb97028e82
commit 80151dab5d
10 changed files with 24 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
(add-hook 'python-mode-hook
(lambda ()
(fci-mode)
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))