Adjust elpy config

This commit is contained in:
Andreas Zweili 2022-11-22 12:46:40 +01:00
parent 979a68d9a3
commit 5f90eb6068
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
(use-package elpy
:config
(setq elpy-rpc-python-command "python3")
(setq elpy-test-runner 'elpy-test-pytest-runner)
(setq elpy-formatter 'black)
(setq eldoc-idle-delay 1)
(setq elpy-test-runner 'elpy-test-pytest-runner
elpy-formatter 'black
elpy-rpc-virtualenv-path 'system
eldoc-idle-delay 1)
(add-hook 'python-mode-hook (lambda () (highlight-indentation-mode -1)))
(elpy-enable))