summaryrefslogtreecommitdiff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-packages.el')
-rw-r--r--emacs/custom/my-packages.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el
index 99cf01b..a31b5ee 100644
--- a/emacs/custom/my-packages.el
+++ b/emacs/custom/my-packages.el
@@ -8,8 +8,7 @@
(require 'straight)
;; packages needed for LSP
-(straight-use-package 'lsp-mode)
-(straight-use-package 'lsp-ui)
+(straight-use-package 'eglot)
;; packages needed for python
(straight-use-package 'blacken)
@@ -62,7 +61,6 @@
;; packages for navigation
(straight-use-package 'cape)
(straight-use-package 'consult)
-(straight-use-package 'consult-lsp)
(straight-use-package 'corfu)
(straight-use-package 'corfu-doc)
(straight-use-package 'marginalia)