pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View 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: