diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-04 10:01:31 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-04 10:01:31 -0400 |
commit | cd55a78a858922a6470725ee058e608190503640 (patch) | |
tree | b53573e02ae9bd2d2fc779d341e4cc15ce78a7f5 | |
parent | 1bed31d777993749f24b5cd82a22e238bc218450 (diff) | |
download | emacs.d-cd55a78a858922a6470725ee058e608190503640.tar.gz |
Enable pyvenv-tracking-mode
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1970,6 +1970,8 @@ :init (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) |