Set elpy rpc command
This commit is contained in:
parent
6e575fd0b5
commit
1a3dc5558f
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue