diff --git a/config.org b/config.org index cbf5baa..549846e 100644 --- a/config.org +++ b/config.org @@ -874,6 +874,7 @@ https://github.com/MaskRay/emacs-ccls https://github.com/emacs-lsp/lsp-mode https://github.com/emacs-lsp/lsp-ui https://github.com/tigersoldier/company-lsp +https://github.com/joaotavora/eglot #+BEGIN_SRC emacs-lisp (defun +ccls/enable () @@ -908,6 +909,12 @@ https://github.com/tigersoldier/company-lsp company-lsp-cache-candidates t company-lsp-async t) ) + +(use-package eglot + :ensure t + :init + (add-hook 'prog-mode-hook 'eglot-ensure) +) #+END_SRC ** (Relative) Line numbers