summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2024-01-21 21:51:14 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-21 22:45:57 -0500
commitf5d00cbccd958ffd0f3d9ed8f3167413284fc958 (patch)
treec678f95913a421bf839cb585fbb9999d4185d86d /init.el
parentb2b0f0721a503c4e2e17cc981f49e701eb9e09d3 (diff)
downloademacs.d-f5d00cbccd958ffd0f3d9ed8f3167413284fc958.tar.gz
python: Don't enable pyvenv-tracking-mode
I'm not using this at the moment.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
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)