fixed python indentation

This commit is contained in:
ndwarshuis 2019-04-01 23:51:51 -04:00
parent 55f23dd2da
commit fcf67bfca3
1 changed files with 2 additions and 1 deletions

View File

@ -669,7 +669,8 @@ A few caveats when using =R=
;; make python tabs 4 chars ;; make python tabs 4 chars
(add-hook 'python-mode-hook (add-hook 'python-mode-hook
(lambda () (lambda ()
(setq indent-tabs-mode t) (setq indent-tabs-mode nil)
(setq py-indent-tabs-mode nil)
(setq tab-width 4) (setq tab-width 4)
(setq python-offset 4))) (setq python-offset 4)))