Defines "B" key bind for ebib to allow direct import from a doi

This uses ebib's integration with biblio to work. The current
code already configures the "e" key bind.

https://joostkremers.github.io/ebib/ebib-manual.html#integration-with-the-biblio-package
This commit is contained in:
Anuj 2022-11-21 08:02:35 +11:00 committed by Maxi Wolff
parent 32b35b6325
commit deae8d59e1
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@
:mode biblio-selection-mode
:bindings
"e" 'ebib-biblio-selection-import
"B" 'ebib-biblio-import-doi
(kbd "C-j") 'biblio--selection-next
(kbd "C-k") 'biblio--selection-previous)))