bump: :tools biblio
bdarcus/bibtex-actions@08c6ca0e5b -> bdarcus/citar@fd33f5c4f7 bibtex-actions is now called citar, and the package comes with configuration for embark. Fix: #5723 Close: #5747 Co-authored-by: MPNV38 <MPNV38@zebra.com>
This commit is contained in:
parent
59f78dc966
commit
8886216874
4 changed files with 5 additions and 7 deletions
|
@ -158,7 +158,7 @@
|
|||
:desc "Org agenda" "a" #'org-agenda
|
||||
(:when (featurep! :tools biblio)
|
||||
:desc "Bibliographic entries" "b"
|
||||
(cond ((featurep! :completion vertico) #'bibtex-actions-open-entry)
|
||||
(cond ((featurep! :completion vertico) #'citar-open-entry)
|
||||
((featurep! :completion ivy) #'ivy-bibtex)
|
||||
((featurep! :completion helm) #'helm-bibtex)))
|
||||
|
||||
|
|
|
@ -514,7 +514,7 @@
|
|||
:desc "Org agenda" "a" #'org-agenda
|
||||
(:when (featurep! :tools biblio)
|
||||
:desc "Bibliographic entries" "b"
|
||||
(cond ((featurep! :completion vertico) #'bibtex-actions-open-entry)
|
||||
(cond ((featurep! :completion vertico) #'citar-open-entry)
|
||||
((featurep! :completion ivy) #'ivy-bibtex)
|
||||
((featurep! :completion helm) #'helm-bibtex)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue