diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el index 7cbc2c7..c4865a5 100644 --- a/emacs/custom/my-prog.el +++ b/emacs/custom/my-prog.el @@ -62,7 +62,7 @@ (add-hook 'sh-mode-hook 'my/sh-mode-hook) ;; set the indent level for python -(customize-set-variable 'python-indent-offset 2) +(customize-set-variable 'python-indent-offset 4) (defun my/makefile-mode-hook () "Hooks for `makefile-mode'." |