From 63653091642a60d378a4dcf96bcf811c45d35cc7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 17 Sep 2025 14:59:23 -0400 Subject: [PATCH] tweak: use :tools (lsp +eglot) by default --- static/init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/init.example.el b/static/init.example.el index 00ad1dd17..f33881644 100644 --- a/static/init.example.el +++ b/static/init.example.el @@ -99,7 +99,7 @@ (eval +overlay) ; run code, run (also, repls) lookup ; navigate your code and its documentation ;;llm ; when I said you needed friends, I didn't mean... - ;;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