forked from dimitri/el-get
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recipes for denote and combobulate, Update recipes for Emacsql an…
…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
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |