diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:51:14 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:51:14 +0100 |
commit | 1dd6fd0b53169035f6570b31d52880446cc09f8b (patch) | |
tree | 58f9fe3f70e9486b184b1750868ef7340f667dde /doom.d/config.org | |
parent | 2dc1c51c25f8eb777d575570b4f59081ae1a830d (diff) | |
download | dotfiles-1dd6fd0b53169035f6570b31d52880446cc09f8b.tar.gz dotfiles-1dd6fd0b53169035f6570b31d52880446cc09f8b.tar.bz2 dotfiles-1dd6fd0b53169035f6570b31d52880446cc09f8b.zip |
+Description for Python var configuration
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 5 |
1 files changed, 5 insertions, 0 deletions
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 |