Removed elpy completely
This commit is contained in:
parent
0781beb338
commit
803aca06e3
@ -373,17 +373,6 @@ text and copying to the killring."
|
||||
(add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv)
|
||||
(setq enable-local-variables :all))
|
||||
|
||||
(elpy-enable)
|
||||
(after! elpy
|
||||
(set-company-backend! 'elpy-mode
|
||||
'(elpy-company-backend :with company-files company-yasnippet)))
|
||||
(setq elpy-rpc-timeout 10)
|
||||
(remove-hook 'elpy-modules 'elpy-module-flymake)
|
||||
|
||||
(use-package flycheck
|
||||
:config
|
||||
(setq-default flycheck-disabled-checkers '(python-pylint)))
|
||||
|
||||
;; LSP config
|
||||
(after! lsp-mode
|
||||
(setq lsp-headerline-breadcrumb-enable t)
|
||||
|
@ -53,7 +53,6 @@
|
||||
(package! org-bullets)
|
||||
(package! idle-highlight-mode)
|
||||
(package! symbol-overlay)
|
||||
(package! elpy)
|
||||
(package! groovy-mode)
|
||||
(package! org-recur)
|
||||
(package! ox-gfm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user