tweak(default): bind "n b" to citar-open-notes
Also change desc to "Bibliographic notes". Ref: #6728
This commit is contained in:
parent
ee0e87fc74
commit
9193ba98f7
2 changed files with 4 additions and 4 deletions
|
@ -157,8 +157,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)))
|
||||
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue