Skip to content

Commit

Permalink
Add recipes for denote and combobulate, Update recipes for Emacsql an…
Browse files Browse the repository at this point in the history
…d Closql (dimitri#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.
  • Loading branch information
vedang authored Jun 1, 2023
1 parent 46be774 commit 807b15c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/closql.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions recipes/combobulate.rcp
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions recipes/denote.rcp
Original file line number Diff line number Diff line change
@@ -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")
1 change: 1 addition & 0 deletions recipes/emacsql.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 807b15c

Please sign in to comment.