Set elpy rpc command

This commit is contained in:
Marcus Kammer 2020-02-08 18:27:06 +01:00
parent 6e575fd0b5
commit 1a3dc5558f
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
("Europe/Paris" "Paris")
("Asia/Calcutta" "Bangalore")
("Asia/Tokyo" "Tokyo"))))
'(elpy-rpc-python-command "python3")
'(fill-column 79)
'(font-lock-maximum-decoration t)
'(global-auto-revert-mode t)

View file

@ -9,6 +9,7 @@
(when (eq system-type 'windows-nt)
(setq python-shell-interpreter "python")
(setq elpy-rpc-python-command "python")
(add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets"))
(cd "~/opt")
(when (string= (system-name) "EVG02667NB")