add biblio

This commit is contained in:
Jacob Janzen 2024-09-26 10:05:31 -05:00
parent 2764fdc5f7
commit 45095cbfc5

View file

@ -373,3 +373,9 @@ Use the Deft package to manage notes.
(setq deft-directory "~/notes/"
deft-default-extension "org"))
#+end_src
* Biblio
Use Biblio to manage citations.
#+begin_src emacs-lisp :tangle ~/.config/emacs/tools.el :mkdirp yes
(use-package biblio)
#+end_src