This commit is contained in:
Evie Litherland-Smith 2024-07-07 07:22:05 +01:00
commit 8ad1519eee
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -23,9 +23,7 @@
;; Media ;; Media
emms emms
;; org-mode ;; org-mode
org-noter org-roam org-noter citar citar-embark
;; org-cite
citar citar-embark
;; org-mode HTML export ;; org-mode HTML export
htmlize htmlize
;; Projects ;; Projects