Always use Python 3 for Python shell
1 files changed, 3 insertions(+), 0 deletions(-) M lisp/python.el
M lisp/python.el => lisp/python.el +3 -0
@@ 1,3 1,6 @@ +(use-package python + :custom (python-shell-interpreter "python3")) + (use-package pyvenv :commands (pyvenv-activate pyvenv-workon))