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:
7
mode-customizations/python-mode.el
Normal file
7
mode-customizations/python-mode.el
Normal 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)))
|
||||
Reference in New Issue
Block a user