Default to python3 in spacemacs

This commit is contained in:
2018-10-09 11:14:53 -07:00
parent f8ecf6ca88
commit 75a9a9ef59

View File

@@ -345,6 +345,7 @@ you should place your code here."
(setq-default c-basic-offset 2)
(setq-default sgml-basic-offset 2)
(setq-default spacemacs-show-trailing-whitespace nil)
(setq-default python-shell-interpreter "python3")
)
(setq custom-file "~/.dotfiles/emacs-local-custom.el")