Remove elpy

This commit is contained in:
Andreas Zweili 2023-05-01 19:17:59 +02:00
parent b7ae36933b
commit 0d38d228cc
2 changed files with 0 additions and 12 deletions

View File

@ -38,7 +38,6 @@
epkgs.discover-my-major
epkgs.eglot
epkgs.elisp-refs
epkgs.elpy
epkgs.epl
epkgs.evil
epkgs.evil-collection

View File

@ -2,14 +2,3 @@
:defer t
:config
(setq python-shell-interpreter "python3"))
(use-package elpy
:defer t
:config
(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)))
:init
(advice-add 'python-mode :before 'elpy-enable))