joostkremers / ebib

A BibTeX database manager for Emacs.
https://joostkremers.github.io/ebib/
BSD 3-Clause "New" or "Revised" License
275 stars 37 forks source link

ebib: add support for multiple entries using vertico #262

Closed atanasj closed 10 months ago

atanasj commented 2 years ago

Not sure if this is currently possible, but adding support for this with vertico would be great!

See: https://github.com/emacs-citar/citar/pull/163 for something similar.

joostkremers commented 2 years ago

Hi, have you tried setting ebib-citation-insert-multiple to t? I'm using selectrum at the moment, though considering trying out vertico. Since vertico is closely integrated into the default completion mechanism, from what I understand, setting this option may already get you a good part of the way there.