diff options
Diffstat (limited to '_spacemacs.d/init.el')
-rw-r--r-- | _spacemacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |