Only on linux check for elpy-rpc-python-command

This commit is contained in:
Marcus Kammer 2020-02-09 09:52:53 +01:00
parent b5ecf818c8
commit e3b0ca8999
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -9,7 +9,6 @@
(when (eq system-type 'windows-nt) (when (eq system-type 'windows-nt)
(setq python-shell-interpreter "python") (setq python-shell-interpreter "python")
(setq elpy-rpc-python-command "python")
(add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets")) (add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets"))
(cd "~/opt") (cd "~/opt")
(when (string= (system-name) "EVG02667NB") (when (string= (system-name) "EVG02667NB")
@ -23,7 +22,8 @@
x-select-enable-primary t x-select-enable-primary t
undo-tree-enable-undo-in-region nil undo-tree-enable-undo-in-region nil
slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))) slime-lisp-implementations '((sbcl ("/usr/bin/sbcl")))
gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"
elpy-rpc-python-command "python3")
(when (string= (system-name) "XPS-13-9380"))) (when (string= (system-name) "XPS-13-9380")))
(provide 'os) (provide 'os)