From 7e8598ebdf92ecf3f9a9c091927c73c4de42d1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 9 Aug 2018 18:02:25 -0500 Subject: set to 4 spaces in python --- lisp/init-python.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lisp/init-python.el (limited to 'lisp/init-python.el') diff --git a/lisp/init-python.el b/lisp/init-python.el new file mode 100644 index 0000000..6ed71df --- /dev/null +++ b/lisp/init-python.el @@ -0,0 +1,9 @@ +;;---------------------------------------------------------------------------- +;; Python Mode +;;---------------------------------------------------------------------------- +(add-hook 'python-mode-hook + (lambda () + (setq indent-tabs-mode nil) + (setq python-indent-offset 4))) + +(provide 'init-python) -- cgit v1.2.3