refactor(biblio): reformat module

- Defer citar-org, since citar autoloads it.
- Add introducing PR to #+SINCE and use new calver scheme.
- Move <localleader> @ keybind to :lang org

Ref: #5810
This commit is contained in:
Henrik Lissner 2021-11-22 14:21:19 +01:00
parent 2489637bc1
commit 45ee0ecf21
3 changed files with 43 additions and 48 deletions

View file

@ -798,6 +798,7 @@ between the two."
"+" #'org-ctrl-c-minus
"," #'org-switchb
"." #'org-goto
"@" #'org-cite-insert
(:when (featurep! :completion ivy)
"." #'counsel-org-goto
"/" #'counsel-org-goto-all)