Explicitly use python3 as default Python interpreter

This commit is contained in:
Daniel - 2021-01-23 14:49:37 +01:00
parent 8397b92aa4
commit b5dc549a4f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

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