Removed elpy completely

This commit is contained in:
Roger Gonzalez 2023-10-01 13:15:02 -03:00
parent 0781beb338
commit 803aca06e3
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 0 additions and 12 deletions

View File

@ -373,17 +373,6 @@ text and copying to the killring."
(add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv) (add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv)
(setq enable-local-variables :all)) (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 ;; LSP config
(after! lsp-mode (after! lsp-mode
(setq lsp-headerline-breadcrumb-enable t) (setq lsp-headerline-breadcrumb-enable t)

View File

@ -53,7 +53,6 @@
(package! org-bullets) (package! org-bullets)
(package! idle-highlight-mode) (package! idle-highlight-mode)
(package! symbol-overlay) (package! symbol-overlay)
(package! elpy)
(package! groovy-mode) (package! groovy-mode)
(package! org-recur) (package! org-recur)
(package! ox-gfm) (package! ox-gfm)