Set python interpreter for windows env

This commit is contained in:
Marcus Kammer 2019-08-02 13:54:54 +02:00
parent 8b6d65ff93
commit 58fa46bd92

View file

@ -153,6 +153,7 @@ There are two things you can do about this warning:
(add-to-list 'default-frame-alist '(width . 80)))) (add-to-list 'default-frame-alist '(width . 80))))
(when (eq system-type 'windows-nt) (when (eq system-type 'windows-nt)
(setq python-shell-interpreter "python")
;; (setq-default line-spacing 5) ;; (setq-default line-spacing 5)
(add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo")) (add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo"))
;; (require 'evo-feeds) ;; (require 'evo-feeds)