We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2703e commit 3644eb0Copy full SHA for 3644eb0
modules/me-prog.el
@@ -161,7 +161,11 @@
161
162
;; Boost `eglot' using `emacs-lsp-booster' (github.com/blahgeek/emacs-lsp-booster)
163
(use-package eglot-booster
164
- :straight (:host github :repo "jdtsmith/eglot-booster"))
+ :straight (:host github :repo "jdtsmith/eglot-booster")
165
+ :after eglot
166
+ :init
167
+ (when (executable-find "emacs-lsp-booster")
168
+ (eglot-booster-mode 1)))
169
170
171
;; Emacs text actions using LSP symbol information
0 commit comments