summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)