From 4a3d8a46f926bc810238ec32d7141b3c965abbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 20:04:23 -0500 Subject: fix indent --- lisp/init-python.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/init-python.el') 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))) ;;---------------------------------------------------------------------------- -- cgit v1.2.3