add biblio
This commit is contained in:
parent
2764fdc5f7
commit
45095cbfc5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue