mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
cleaned up language customizations a bit
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user