Files
emacs/lisp/emacsql/emacsql-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

11 lines
368 B
EmacsLisp

(define-package "emacsql" "20221127.2146" "High-level SQL database front-end"
'((emacs "25.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: