From f5d00cbccd958ffd0f3d9ed8f3167413284fc958 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 21 Jan 2024 21:51:14 -0500 Subject: python: Don't enable pyvenv-tracking-mode I'm not using this at the moment. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index e495cbb..2cfbfd9 100644 --- a/init.el +++ b/init.el @@ -1873,7 +1873,6 @@ (add-to-list 'interpreter-mode-alist '("python2" . python-mode)) (add-to-list 'interpreter-mode-alist '("python3" . python-mode)) - (pyvenv-tracking-mode 1) :config (setq python-fill-docstring-style 'pep-257-nn python-indent-guess-indent-offset nil) -- cgit v1.2.3