el-get/recipes/closql.rcp
Vedang Manerikar 807b15c9c9
Add recipes for denote and combobulate, Update recipes for Emacsql and Closql (#2902)
* Modify emacsql and closql recipes to use main

These repos have moved from using master to main as the default
branch.

* Add a recipe for mickeynp/combobulate

This is the excellent package aiming to bring paredit to all the
non-lispy languages using tree-sitter in Emacs.

* Add a recipe for ~protesilaos/denote

This is the cool new note-taking system which is simpler than roam and
depends on standard Unix tools.
2023-06-01 10:37:10 +02:00

8 lines
217 B
Plaintext

(:name closql
:description "Store EIEIO objects using EmacSQL"
:type github
:pkgname "emacscollective/closql"
:branch "main"
:minimum-emacs-version "25.1"
:depends (esqlite))