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
6 changed files with 51 additions and 1 deletions

View File

@ -936,6 +936,7 @@ compelling reason, so..."
(if (featurep! +jupyter) (load! "contrib/jupyter"))
(if (featurep! +pomodoro) (load! "contrib/pomodoro"))
(if (featurep! +present) (load! "contrib/present"))
(if (featurep! +roam) (load! "contrib/roam"))
;; In case the user has eagerly loaded org from their configs
(when (and (featurep 'org)