Skip to content

Commit

Permalink
tweak(consult-eglot): better check for LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent a05792a commit fe4316a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:config
;; Provide `consult-lsp' functionality from `consult-eglot', useful for
;; packages that relays on `consult-lsp' (like `dirvish-subtree').
(unless (or (memq 'me-lsp minemacs-modules)
(unless (or (memq 'lsp-mode minemacs-configured-packages)
(fboundp 'consult-lsp-file-symbols))
(defalias 'consult-lsp-file-symbols #'consult-eglot-symbols)))

Expand Down

0 comments on commit fe4316a

Please sign in to comment.