From 75a9a9ef594e0b278df14921db3e73a3ba4a215c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 9 Oct 2018 11:14:53 -0700 Subject: [PATCH] Default to python3 in spacemacs --- spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs b/spacemacs index f757edd..d0a32f7 100644 --- a/spacemacs +++ b/spacemacs @@ -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")