lang/org: Add +roam2 flag for org-roam v2

This commit is contained in:
Wetlize 2021-07-19 00:53:07 +03:00
parent 46732c0ada
commit 5ef733b488
8 changed files with 278 additions and 9 deletions

View file

@ -5,7 +5,8 @@
(unless (executable-find "gnuplot")
(warn! "Couldn't find gnuplot. org-plot/gnuplot will not work")))
(when (featurep! +roam)
(when (or (featurep! +roam)
(featurep! +roam2))
(unless (executable-find "sqlite3")
(warn! "Couldn't find the sqlite3 executable. org-roam will not work."))
(unless (executable-find "dot")