mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -2,4 +2,4 @@
|
||||
(lambda ()
|
||||
(fci-mode)
|
||||
(linum-mode t)
|
||||
(setq tab-width 2)))
|
||||
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))
|
||||
|
||||
Reference in New Issue
Block a user