selectrum: add bibtex-actions to tools/biblio
This commit is contained in:
parent
7e51f98b3f
commit
a3c978ba36
3 changed files with 11 additions and 0 deletions
|
@ -12,3 +12,10 @@
|
|||
:defer t
|
||||
:config
|
||||
(add-to-list 'ivy-re-builders-alist '(ivy-bibtex . ivy--regex-plus)))
|
||||
|
||||
|
||||
(use-package! bibtex-actions
|
||||
:when (featurep! :completion selectrum)
|
||||
:defer t
|
||||
:config
|
||||
(add-to-list 'embark-keymap-alist '(bibtex . bibtex-actions-map)))
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
(package! ivy-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
||||
(when (featurep! :completion selectrum)
|
||||
(package! bibtex-actions :pin "743f548c0cd46e3418a7ca4736bde8c86f97c073"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue