summary refs log tree commit diff
path: root/emacs/custom/my-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-prog.el')
-rw-r--r--emacs/custom/my-prog.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el
index a8ecf45..8314ab9 100644
--- a/emacs/custom/my-prog.el
+++ b/emacs/custom/my-prog.el
@@ -40,9 +40,6 @@
 
 (add-hook 'sh-mode-hook 'my/sh-mode-hook)
 
-;; set the indent level for python
-(customize-set-variable 'python-indent-offset 4)
-
 (defun my/makefile-mode-hook ()
   "Hooks for `makefile-mode'."
   ;; I want small tabs when working in a Makefile