mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user