Add helper function for bibliography

This commit is contained in:
Dimitri Lozeve 2019-11-05 11:51:00 +01:00
parent 7ec32ba657
commit ccc0498dbd

View file

@ -269,6 +269,11 @@
(interactive)
(find-file "~/notes/journal.org"))
(defun bib ()
"Find the bibliography file."
(interactive)
(find-file "~/notes/bibliography/bibliography.bib"))
(use-package org
:ensure t
:bind (("C-c l" . org-store-link)