17 lines
562 B
EmacsLisp
17 lines
562 B
EmacsLisp
(define-package "ido-completing-read+" "20240130.30" "A completing-read-function using ido"
|
|
'((emacs "24.4")
|
|
(seq "0.5")
|
|
(memoize "1.1"))
|
|
:commit "1609049c0a9b3f674ffff3083adc8f5359746fa9" :authors
|
|
'(("Ryan C. Thompson" . "rct@thompsonclan.org"))
|
|
:maintainers
|
|
'(("Ryan C. Thompson" . "rct@thompsonclan.org"))
|
|
:maintainer
|
|
'("Ryan C. Thompson" . "rct@thompsonclan.org")
|
|
:keywords
|
|
'("ido" "completion" "convenience")
|
|
:url "https://github.com/DarwinAwardWinner/ido-completing-read-plus")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|