corfu-pkg.el (478B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "corfu" "20241115.528" 3 "COmpletion in Region FUnction." 4 '((emacs "28.1") 5 (compat "30")) 6 :url "https://github.com/minad/corfu" 7 :commit "1529c30e2503c4a7e776201f190377cec3a6acd2" 8 :revdesc "1529c30e2503" 9 :keywords '("abbrev" "convenience" "matching" "completion" "text") 10 :authors '(("Daniel Mendler" . "mail@daniel-mendler.de")) 11 :maintainers '(("Daniel Mendler" . "mail@daniel-mendler.de")))