mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Set tab-width to 4 for python-mode
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user