the tab-width command wasn't working, and I actually wanna use the default 4 space indent, and I want return to indent the new line.

This commit is contained in:
2012-01-05 14:51:33 +00:00
parent 9f80eb6d32
commit e4dea9d1fd

View File

@@ -2,4 +2,4 @@
(lambda ()
(fci-mode)
(linum-mode t)
(setq tab-width 2)))
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))