nixos/home-manager/software/emacs/emacs.d/lib/python.el

5 lines
91 B
EmacsLisp
Raw Normal View History

2022-08-20 16:52:04 +02:00
(use-package python-mode
:defer t
:config
(setq python-shell-interpreter "python3"))