+Description for Python var configuration

This commit is contained in:
oreodave
2019-07-24 12:51:14 +01:00
parent 2dc1c51c25
commit 1dd6fd0b53

View File

@@ -117,7 +117,12 @@ I like displaying that I'm working on discord, though not very useful. May delet
(setq python-python-command "python3")
(setq python-shell-interpreter "python3")
(setq flycheck-python-pycompile-executable "python3")
#+END_SRC
I do python development for Python3 (who doesn't?), so I need to set the
flycheck python checker, as well as the interpreter, to be Python3
#+BEGIN_SRC emacs-lisp
(map! ; Python keybinds
:map python-mode-map
:localleader