From ccc0498dbd4c9e179917fc332fbb572f6704af19 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 5 Nov 2019 11:51:00 +0100 Subject: [PATCH] Add helper function for bibliography --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 155bad6..8b2abad 100644 --- a/init.el +++ b/init.el @@ -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)