~edwargix/emacs.d

0872eafffdfec45ce58a3643e008cfd760bd32ed — David Florness 5 years ago 11546a5
Cleanup python setup file
1 files changed, 1 insertions(+), 3 deletions(-)

M lisp/python.el
M lisp/python.el => lisp/python.el +1 -3
@@ 1,12 1,10 @@
(use-package pyvenv
  :commands (pyvenv-activate pyvenv-workon))


(use-package pipenv
  :hook (python-mode . pipenv-mode)
  :custom (pipenv-with-projectile nil)
  :commands (pipenv-activate))


(use-package python-docstring
  :hook (python-mode . (lambda () (python-docstring-mode t))))
  :hook (python-mode . python-docstring-mode))