From 8e9da84b30dc0539584bb645a54ecd12bf03733d Mon Sep 17 00:00:00 2001
From: liv <mail@liv.nrw>
Date: Tue, 31 Dec 2024 22:35:31 +0100
Subject: [PATCH] use lsp mode instead of eglot

---
 dot_config/doom/init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_config/doom/init.el b/dot_config/doom/init.el
index 63b02de..d49df10 100644
--- a/dot_config/doom/init.el
+++ b/dot_config/doom/init.el
@@ -96,7 +96,7 @@
        ;;ein               ; tame Jupyter notebooks with emacs
        (eval +overlay)     ; run code, run (also, repls)
        lookup              ; navigate your code and its documentation
-       (lsp +eglot)               ; M-x vscode
+       lsp               ; M-x vscode
        magit             ; a git porcelain for Emacs
        ;;make              ; run make tasks from Emacs
        ;;pass              ; password manager for nerds