diff --git a/bundle/custom.el b/bundle/custom.el index 043f68d7..150baa0c 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -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) diff --git a/bundle/os.el b/bundle/os.el index d36b115a..927b1653 100644 --- a/bundle/os.el +++ b/bundle/os.el @@ -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")