Add global bibliography file shortcut

This commit is contained in:
Evie Litherland-Smith 2024-03-12 14:19:14 +00:00
parent 0d72295e89
commit 6aa73c5371

View file

@ -51,6 +51,15 @@
(find-file org-directory))
(keymap-global-set "C-c w o" #'my/open-org-directory)
#+end_src
** Default bibliography file
#+begin_src emacs-lisp
(defun my/open-global-bibliography ()
"Open `org-cite-global-bibliography'."
(interactive)
(require 'org)
(find-file (car org-cite-global-bibliography)))
(keymap-global-set "C-c w b" #'my/open-global-bibliography)
#+end_src
** RSS feeds file
#+begin_src emacs-lisp
;; Elfeed feeds file shortcut