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.
This commit is contained in:
Vedang Manerikar 2023-06-01 14:07:10 +05:30 committed by GitHub
parent 46be7740d8
commit 807b15c9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View File

@ -2,5 +2,6 @@
:description "Store EIEIO objects using EmacSQL"
:type github
:pkgname "emacscollective/closql"
:branch "main"
:minimum-emacs-version "25.1"
:depends (esqlite))

6
recipes/combobulate.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name combobulate
:description "Structured Editing and Navigation in Emacs"
:type github
:pkgname "mickeynp/combobulate"
:load-path (".")
:minimum-emacs-version "29")

6
recipes/denote.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name denote
:description "Simple notes with an efficient file-naming scheme"
:type git
:url "https://git.sr.ht/~protesilaos/denote"
:load-path (".")
:minimum-emacs-version "28.1")

View File

@ -1,5 +1,6 @@
(:name emacsql
:description "High-level SQL database front-end."
:type github
:branch "main"
:pkgname "skeeto/emacsql"
:minimum-emacs-version "25.1")