From 629f3da53b9a604358eeaa855853e6f989722241 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 5 Dec 2023 16:18:13 +0100 Subject: [PATCH] EGLOT: Add eglot LSP client which is built-in --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 4ae0b58..269edd1 100644 --- a/config.org +++ b/config.org @@ -1167,6 +1167,14 @@ https://github.com/joaotavora/yasnippet ** C/C++ mode +*** Eglot + +#+BEGIN_SRC emacs-lisp +(use-package eglot + :hook (prog-mode . eglot-ensure) +) +#+END_SRC + *** Company #+BEGIN_SRC emacs-lisp