aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org5
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