lang/org: Add +roam2 flag for org-roam v2
This commit is contained in:
parent
46732c0ada
commit
5ef733b488
8 changed files with 278 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue