Skip to content

Commit

Permalink
refactor(consult-eglot): rewrite a condition
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 17, 2024
1 parent d638bb9 commit ef79c93
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 @@ -228,7 +228,7 @@ Fall back to the default `citre--project-root'."
:config
;; Provide `consult-lsp' functionality from `consult-eglot', useful for
;; packages that relays on `consult-lsp' (like `dirvish-subtree').
(unless (or (not (+package-disabled-p 'lsp-mode 'me-lsp)) (fboundp 'consult-lsp-file-symbols))
(unless (or (not (+package-disabled-p 'lsp-mode 'obsolete/me-lsp)) (fboundp 'consult-lsp-file-symbols))
(defalias 'consult-lsp-file-symbols #'consult-eglot-symbols)))

(use-package eldoc-box
Expand Down

0 comments on commit ef79c93

Please sign in to comment.