consult-lsp-pkg.el (457B)
1 (define-package "consult-lsp" "20230209.714" "LSP-mode Consult integration" 2 '((emacs "27.1") 3 (lsp-mode "5.0") 4 (consult "0.16") 5 (f "0.20.0")) 6 :commit "f8db3252c0daa41225ba4ed1c0d178b281cd3e90" :authors 7 '(("Gerry Agbobada")) 8 :maintainers 9 '(("Gerry Agbobada")) 10 :maintainer 11 '("Gerry Agbobada") 12 :keywords 13 '("tools" "completion" "lsp") 14 :url "https://github.com/gagbo/consult-lsp") 15 ;; Local Variables: 16 ;; no-byte-compile: t 17 ;; End: