consult-pkg.el (398B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "consult" "20240930.1012" 3 "Consulting completing-read." 4 '((emacs "28.1") 5 (compat "30")) 6 :url "https://github.com/minad/consult" 7 :commit "5a02663b46f3ecc3d2f853c2c73923e35a288925" 8 :revdesc "5a02663b46f3" 9 :keywords '("matching" "files" "completion") 10 :maintainers '(("Daniel Mendler" . "mail@daniel-mendler.de")))