Merge pull request #2884 from brianmcgillion/biblio

Add org-noter package
This commit is contained in:
Henrik Lissner 2020-04-17 19:16:06 -04:00 committed by GitHub
commit 763932a55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 0 deletions

View file

@ -75,6 +75,8 @@
(package! org-roam :pin "6175739b33")
(when (featurep! :completion company)
(package! company-org-roam :pin "0913d86f16")))
(when (featurep! +noter)
(package! org-noter :pin "9ead81d42d"))
;;; Babel
(package! ob-async :pin "80a30b96a0")