pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
11
lisp/emacsql-sqlite/emacsql-sqlite-pkg.el
Normal file
11
lisp/emacsql-sqlite/emacsql-sqlite-pkg.el
Normal file
@@ -0,0 +1,11 @@
|
||||
(define-package "emacsql-sqlite" "20221127.2146" "EmacSQL back-end for SQLite"
|
||||
'((emacs "25.1")
|
||||
(emacsql "3.1.1"))
|
||||
:commit "6b2e65bdf785364cf7c34c31fea5812e1e58c657" :authors
|
||||
'(("Christopher Wellons" . "wellons@nullprogram.com"))
|
||||
:maintainer
|
||||
'("Jonas Bernoulli" . "jonas@bernoul.li")
|
||||
:url "https://github.com/magit/emacsql")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user