Set tab-width to 4 for python-mode

This commit is contained in:
2015-07-23 09:01:55 +01:00
parent e7c96fd57d
commit 34e1e7bc09

View File

@@ -6,6 +6,7 @@
(hs-minor-mode 1)
(auto-complete-mode)
(subword-mode)
(setq tab-width 4)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent))