mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(default): bind "n b" to citar-open-notes
Also change desc to "Bibliographic notes". Ref: #6728
This commit is contained in:
committed by
Henrik Lissner
parent
ee0e87fc74
commit
9193ba98f7
@ -517,8 +517,8 @@
|
||||
:desc "Search notes for symbol" "*" #'+default/search-notes-for-symbol-at-point
|
||||
:desc "Org agenda" "a" #'org-agenda
|
||||
(:when (modulep! :tools biblio)
|
||||
:desc "Bibliographic entries" "b"
|
||||
(cond ((modulep! :completion vertico) #'citar-open-entry)
|
||||
:desc "Bibliographic notes" "b"
|
||||
(cond ((modulep! :completion vertico) #'citar-open-notes)
|
||||
((modulep! :completion ivy) #'ivy-bibtex)
|
||||
((modulep! :completion helm) #'helm-bibtex)))
|
||||
|
||||
|
Reference in New Issue
Block a user