Add +roam submodule to lang/org

Closes #2764, #2759
This commit is contained in:
Henrik Lissner 2020-03-29 18:48:23 -04:00
parent 07e57aa0b8
commit f28a304abd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 51 additions and 1 deletions

View file

@ -73,6 +73,10 @@
(package! ox-reveal :pin "ea8b502170"))
(when (featurep! +journal)
(package! org-journal :pin "664c08e12c"))
(when (featurep! +roam)
(package! org-roam :pin "b86d2c8637")
(when (featurep! :completion company)
(package! company-org-roam :pin "0d14bf56f5")))
;;; Babel
(package! ob-async :pin "80a30b96a0")