From 0d59c7bc84ebcffa38566d6c4ceece3574634e62 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 24 Jan 2020 23:47:40 -0600 Subject: [PATCH] pyvenv-tracking-mode to the rescue --- settings.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.org b/settings.org index 5d86418..3b8b7fc 100644 --- a/settings.org +++ b/settings.org @@ -555,7 +555,8 @@ put executables in elpy-rpc-venv in path (rlbr/prefix-arg-overload 'elpy-goto-definition 'elpy-goto-definition-other-window) (rlbr/prefix-arg-overload 'elpy-goto-assignment 'elpy-goto-assignment-other-window) (rlbr/elpy-append-to-path) - (rlbr/fix-for-android)) + (rlbr/fix-for-android) + (pyvenv-tracking-mode)) (use-package realgud :bind (:map python-mode-map (("C-c d b" . realgud:pdb))))