From 4c9f9abe23b1610d78a4af9ec59714ceab3e0d74 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Jul 2018 19:17:35 +0800 Subject: spacemacs: Set default python interpreter to python3 --- _spacemacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 1c4ea01..5f55dcf 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -490,6 +490,9 @@ (setq indent-tabs-mode t) (c-set-style "bsd"))) + ;; Python + (setq python-shell-interpreter "python3") + ;; Enable `company-mode' globally (global-company-mode) (setq company-idle-delay 0.1) -- cgit v1.2.2