Files
.emacs.d/languages/python.el

6 lines
132 B
EmacsLisp

(add-hook 'python-mode-hook
(lambda ()
(fci-mode)
(linum-mode t)
(setq tab-width 2)))