Python setup

This commit is contained in:
Lars Tveito 2020-03-10 20:54:49 +01:00
parent ef1aeb8809
commit dff1b2ba3a

View File

@ -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