Move from elpy to lsp-pyre

This commit is contained in:
Gergely Polonkai 2021-10-27 16:29:16 +02:00
parent ea52e57932
commit 87199b4af1
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 7 additions and 10 deletions

View File

@ -2766,16 +2766,13 @@ Maybe add ∉ for ~not in~ later, if possible.
'("def" . 402))))
#+END_SRC
** ElPy
** Pyre-based LSP
#+BEGIN_SRC emacs-lisp
(use-package elpy
:init
(elpy-enable)
:bind
(:map elpy-mode-map
("<C-return>" . nil))) ; I really dont like the C-RET functionality of ElPy
#+END_SRC
#+begin_src emacs-lisp
(use-package lsp-pyre
:hook
(python-mode . lsp))
#+end_src
** Poetry

View File

@ -75,7 +75,6 @@
electric-case
electric-operator
elpher
elpy
emamux
ement
emmet-mode
@ -123,6 +122,7 @@
loccur
lsp-dart
lsp-mode
lsp-pyre
lsp-ui
magit
markdown-mode