Explicitly use python3 as default Python interpreter

This commit is contained in:
Daniel Borchmann 2021-01-23 14:49:37 +01:00
parent 8397b92aa4
commit b5dc549a4f
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -2841,7 +2841,8 @@ With given ARG, display files in `db/important-document-path."
:ensure t)
(use-package python
:init (setq python-indent-offset 2)
:init (setq python-indent-offset 2
python-shell-interpreter "python3")
:config (progn
(add-hook 'python-mode-hook 'highlight-indentation-mode)
(add-hook 'python-mode-hook