consult-lsp-pkg.el (458B)
1 (define-package "consult-lsp" "20240507.2105" "LSP-mode Consult integration" 2 '((emacs "27.1") 3 (lsp-mode "5.0") 4 (consult "0.16") 5 (f "0.20.0")) 6 :commit "68583913168bf66fd4d542b2517a2dcab19c447c" :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: