Replace lsp-mode with eglot

This commit is contained in:
Andreas Zweili 2022-12-09 21:22:27 +01:00
parent 0de7442360
commit 34e597a17c
2 changed files with 2 additions and 3 deletions

View File

@ -61,7 +61,6 @@
epkgs.hydra
epkgs.know-your-http-well
epkgs.languagetool
epkgs.lsp-mode
epkgs.lv
epkgs.magit
epkgs.makey

View File

@ -1,3 +1,3 @@
(use-package lsp-mode
(use-package eglot
:config
(add-hook 'python-mode-hook #'lsp))
(add-hook 'python-mode-hook #'eglot-ensure))