From dff1b2ba3a2fd328cc68a19ed017dc2b3951c501 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:54:49 +0100 Subject: [PATCH] Python setup --- init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.org b/init.org index 83e941d..7784892 100644 --- a/init.org +++ b/init.org @@ -972,7 +972,13 @@ lisp-loop-keyword-indentation 6) #+END_SRC +** Python + #+BEGIN_SRC emacs-lisp + (setq python-shell-interpreter "python3") + (add-hook 'python-mode-hook + (lambda () (setq forward-sexp-function nil))) + #+END_SRC ** Java and C