noctuid / link-hint.el

Pentadactyl-like Link Hinting in Emacs with Avy
GNU General Public License v3.0
160 stars 22 forks source link

added completion-list-candidate type #189

Closed xFA25E closed 3 years ago

xFA25E commented 3 years ago

2021-07-03 Valeriy Litkovskyy vlr.ltkvsk@protonmail.com

* link-hint.el (completion-list-candidate): Added
completion-list-candidate type, that lets you select candidates of
Completion-List mode in *Completions* buffer.

* README.org (About): Mentioned completion-list-candidate type in
readme.
noctuid commented 3 years ago

To avoid conflicts, probably just put the rest of them into one PR. I think all of these are fine in link-hint-types by default, so you can add them there too.

This is a minor thing, but I'd also prefer if you not leave an empty line after the header comments for consistency.