From 0872eafffdfec45ce58a3643e008cfd760bd32ed Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 30 May 2020 19:43:28 -0600 Subject: [PATCH] Cleanup python setup file --- lisp/python.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/python.el b/lisp/python.el index b0b2e89..264ca0c 100644 --- a/lisp/python.el +++ b/lisp/python.el @@ -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)) -- 2.38.4