Fix global bibliography not set for my/open-global-bibliography

This commit is contained in:
Evie Litherland-Smith 2024-07-06 06:22:07 +01:00
parent c51d11ed9e
commit 65a90cc071

View file

@ -1248,7 +1248,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
(defun my/open-global-bibliography ()
"Open `org-cite-global-bibliography'."
(interactive)
(require 'org)
(require 'citar)
(find-file (car org-cite-global-bibliography)))
(keymap-global-set "C-c w b" #'my/open-global-bibliography)