aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-python.el')
-rw-r--r--lisp/init-python.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/init-python.el b/lisp/init-python.el
index 852edcb..fd2845a 100644
--- a/lisp/init-python.el
+++ b/lisp/init-python.el
@@ -2,10 +2,10 @@
;; Python Mode
;;----------------------------------------------------------------------------
(add-hook 'python-mode-hook
- (lambda ()
- (setq indent-tabs-mode nil)
- (setq python-indent-guess-indent-offset nil)
- (setq python-indent-offset 4)))
+ (lambda ()
+ (setq indent-tabs-mode nil)
+ (setq python-indent-guess-indent-offset nil)
+ (setq python-indent-offset 4)))
;;----------------------------------------------------------------------------