summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2022-04-21 21:53:35 -0500
committerLibravatar Terin Stock <terinjokes@gmail.com>2022-04-21 21:55:38 -0500
commit81259b3442a284a2511b388c65021c50f70ace0e (patch)
tree8246a330a7a21332384110a446bc030ad93016d7 /init.el
parentfeat: add osm.el (diff)
downloaddoom-emacs-81259b3442a284a2511b388c65021c50f70ace0e.tar.xz
config(lsp): migrate to eglot from lsp-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index b51c5da..6d35edb 100644
--- a/init.el
+++ b/init.el
@@ -93,7 +93,7 @@
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
(lookup +dictionary); navigate your code and its documentation
- lsp ; M-x vscode
+ (lsp +eglot) ; M-x vscode
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds