Add helper function for bibliography
This commit is contained in:
parent
7ec32ba657
commit
ccc0498dbd
1 changed files with 5 additions and 0 deletions
5
init.el
5
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue