(db)fix: org-roam-db-connector group (#2209)

This commit is contained in:
Jethro Kuan
2022-05-28 12:37:47 -07:00
committed by GitHub
parent ed7d4f0a2e
commit 83a0b3d464

View File

@ -59,7 +59,7 @@ This uses the third-party `emacsql-sqlite3' package, which uses
the official `sqlite3' cli tool, which is not intended
to be used like this. See https://nullprogram.com/blog/2014/02/06/."
:package-version '(forge . "0.3.0")
:group 'forge
:group 'org-roam
:type '(choice (const sqlite)
(const sqlite-builtin)
(const sqlite-module)