vertico-pkg.el (476B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "vertico" "20240926.924" 3 "VERTical Interactive COmpletion." 4 '((emacs "28.1") 5 (compat "30")) 6 :url "https://github.com/minad/vertico" 7 :commit "7741da042ddf4102d2f87a8110028363f36bc9e8" 8 :revdesc "7741da042ddf" 9 :keywords '("convenience" "files" "matching" "completion") 10 :authors '(("Daniel Mendler" . "mail@daniel-mendler.de")) 11 :maintainers '(("Daniel Mendler" . "mail@daniel-mendler.de")))