From 1dd6fd0b53169035f6570b31d52880446cc09f8b Mon Sep 17 00:00:00 2001 From: oreodave Date: Wed, 24 Jul 2019 12:51:14 +0100 Subject: +Description for Python var configuration --- doom.d/config.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index 92a0ab7..b0c528f 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 -- cgit v1.2.3-13-gbd6f