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.
* dev: (26 commits) Add a recipe for spacious-padding Update the recipe for fontaine Update recipe for denote Update recipe for forge Add a recipe for separedit Update recipe for edit-indirect Add recipe for flycheck-eglot Update recipe for flycheck Update recipe for eglot Update recipe for shrface Update recipe for silex/docker Add a recipe for fontaine Add a recipe for ef-themes Update keycast recipe to use the main branch Add a recipe for emacs-jupyter Add a recipe for emacs-zmq Json-mode has moved to the json-emacs Github repo Elm mode depends on seq Add a recipe for using Flowstorm in Cider Add a recipe for denote-explore ...
- Loading branch information
Showing
25 changed files
with
100 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
(:name cider-storm | ||
:description "Cider front-end for the FlowStorm debugger" | ||
:type github | ||
:pkgname "flow-storm/cider-storm" | ||
:load-path (".") | ||
:depends (cider) | ||
:minimum-emacs-version "26") |
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,7 @@ | ||
(:name denote-explore | ||
:description "A collection of functions to explore Denote files" | ||
:type github | ||
:pkgname "pprevos/denote-explore" | ||
:load-path (".") | ||
:depends (denote f emacs-dashboard) | ||
:minimum-emacs-version "29.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,6 +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") | ||
:type github | ||
:branch "main" | ||
:minimum-emacs-version "28.1" | ||
:pkgname "protesilaos/denote") |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
(:name edit-indirect | ||
:description "Edit regions in separate buffers" | ||
:type github | ||
:pkgname "Fanael/edit-indirect") | ||
:pkgname "Fanael/edit-indirect" | ||
:minimum-emacs-version "24.3") |
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 ef-themes | ||
:description "Colorful and legible themes for GNU Emacs" | ||
:type github | ||
:branch "main" | ||
:minimum-emacs-version "27.1" | ||
:pkgname "protesilaos/ef-themes") |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(:name elm-mode | ||
:website "https://github.com/jcollard/elm-mode#readme" | ||
:description "Major mode for Elm" | ||
:depends (f let-alist s reformatter) | ||
:depends (f seq let-alist s reformatter) | ||
:type github | ||
:pkgname "jcollard/elm-mode") |
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 emacs-dashboard | ||
:description "A startup screen extracted from Spacemacs" | ||
:type github | ||
:pkgname "emacs-dashboard/emacs-dashboard" | ||
:load-path (".") | ||
:minimum-emacs-version "26.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(:name flycheck | ||
:type github | ||
:pkgname "flycheck/flycheck-eglot" | ||
:minimum-emacs-version "28.1" | ||
:depends (eglot flycheck) | ||
:description "Flycheck support for eglot") |
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,6 +1,5 @@ | ||
(:name flycheck | ||
:type github | ||
:pkgname "flycheck/flycheck" | ||
:minimum-emacs-version "24.3" | ||
:description "On-the-fly syntax checking extension" | ||
:depends (dash pkg-info let-alist seq)) | ||
:minimum-emacs-version "26.1" | ||
:description "On-the-fly syntax checking extension") |
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 fontaine | ||
:description "Set font configurations using presets" | ||
:type github | ||
:branch "main" | ||
:minimum-emacs-version "29.1" | ||
:pkgname "protesilaos/fontaine") |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
(:name json-mode | ||
:description "Major mode for editing JSON files, extends the builtin js-mode to add better syntax highlighting for JSON." | ||
:description "Major mode for editing JSON files with Emacs" | ||
:type github | ||
:pkgname "joshwnj/json-mode" | ||
:depends (json-snatcher json-reformat)) | ||
:pkgname "json-emacs/json-mode" | ||
:depends (json-snatcher) | ||
:minimum-emacs-version "24.4") |
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,4 +1,5 @@ | ||
(:name json-snatcher | ||
:description "Find the path to a value in JSON" | ||
:type github | ||
:pkgname "Sterlingg/json-snatcher") | ||
:pkgname "Sterlingg/json-snatcher" | ||
:minimum-emacs-version "24") |
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 jupyter | ||
:description "An interface to communicate with Jupyter kernels." | ||
:type github | ||
:pkgname "emacs-jupyter/jupyter" | ||
:minimum-emacs-version "26" | ||
:depends (cl-lib org-mode zmq simple-httpd websocket)) |
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,4 +1,7 @@ | ||
(:name keycast | ||
:description "Show current command and its key in the mode line." | ||
:type github | ||
:branch "main" | ||
:depends (compat) | ||
:minimum-emacs-version "25.3" | ||
:pkgname "tarsius/keycast") |
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 org-modern | ||
:description "Modern looks for Org" | ||
:type github | ||
:depends (org-mode compat) | ||
:pkgname "minad/org-modern" | ||
:minimum-emacs-version "27.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
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 pinboard | ||
:description "A pinboard.in client in Emacs" | ||
:type github | ||
:branch "main" | ||
:pkgname "davep/pinboard.el" | ||
:depends (cl-lib)) |
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,5 @@ | ||
(:name rfc-mode | ||
:description "An Emacs major mode to read and browse RFC documents." | ||
:type github | ||
:pkgname "galdor/rfc-mode" | ||
:minimum-emacs-version "25.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(:name separedit | ||
:type github | ||
:pkgname "twlz0ne/separedit.el" | ||
:minimum-emacs-version "25.1" | ||
:depends (dash edit-indirect) | ||
:description "Edit comment/string/docstring/code block in separate buffer") |
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 spacious-padding | ||
:description "Increase the padding/spacing of frames and windows" | ||
:type github | ||
:branch "main" | ||
:minimum-emacs-version "28.1" | ||
:pkgname "protesilaos/spacious-padding") |
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 zmq | ||
:description "ZMQ bindings in elisp" | ||
:type github | ||
:pkgname "nnicandro/emacs-zmq" | ||
:minimum-emacs-version "26" | ||
:depends (cl-lib)) |