diff options
author | Kyle Meyer <kyle@kyleam.com> | 2024-01-21 21:51:14 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-01-21 22:45:57 -0500 |
commit | f5d00cbccd958ffd0f3d9ed8f3167413284fc958 (patch) | |
tree | c678f95913a421bf839cb585fbb9999d4185d86d | |
parent | b2b0f0721a503c4e2e17cc981f49e701eb9e09d3 (diff) | |
download | emacs.d-f5d00cbccd958ffd0f3d9ed8f3167413284fc958.tar.gz |
python: Don't enable pyvenv-tracking-mode
I'm not using this at the moment.
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |