Building an easy consult-bbdb #926
-
BBDB has the command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am not familiar with bbdb so I cannot help you with the details. I suggest you take a look at |
Beta Was this translation helpful? Give feedback.
I am not familiar with bbdb so I cannot help you with the details. I suggest you take a look at
consult--dynamic-collection
which allows you to dynamically generate candidates.consult--dynamic-collection
is used byconsult-line-multi
andconsult-info
to find matching lines in buffers/info files. In a similar way, you could scan the bbdb database. I hope this helps!