selectrum: update bibtex-actions config

- fix loading order issue
- include (temporary?) binding in `SPC n b` to `bibtex-actions-open-entry`
This commit is contained in:
Itai Y. Efrat 2021-05-01 17:55:02 +03:00
parent 52cae6e18f
commit b9757e75ed
4 changed files with 12 additions and 8 deletions

View file

@ -16,6 +16,7 @@
(use-package! bibtex-actions
:when (featurep! :completion selectrum)
:after embark
:defer t
:config
(add-to-list 'embark-keymap-alist '(bibtex . bibtex-actions-map)))