Set python interpreter for windows env
This commit is contained in:
parent
8b6d65ff93
commit
58fa46bd92
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -153,6 +153,7 @@ There are two things you can do about this warning:
|
|||
(add-to-list 'default-frame-alist '(width . 80))))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq python-shell-interpreter "python")
|
||||
;; (setq-default line-spacing 5)
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo"))
|
||||
;; (require 'evo-feeds)
|
||||
|
|
Loading…
Add table
Reference in a new issue