Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* 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
vedang committed May 6, 2024
2 parents 64ff714 + abb0f9e commit 92821ca
Show file tree
Hide file tree
Showing 25 changed files with 100 additions and 19 deletions.
7 changes: 7 additions & 0 deletions recipes/cider-storm.rcp
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")
7 changes: 7 additions & 0 deletions recipes/denote-explore.rcp
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")
8 changes: 4 additions & 4 deletions recipes/denote.rcp
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")
4 changes: 2 additions & 2 deletions recipes/docker.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
:description "Manage docker images & containers from Emacs"
:type github
:pkgname "Silex/docker.el"
:minimum-emacs-version "24.5"
:depends (magit s dash docker-tramp tablist transient json-mode))
:minimum-emacs-version "26.1"
:depends (emacs-aio dash s tablist transient))
3 changes: 2 additions & 1 deletion recipes/edit-indirect.rcp
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")
6 changes: 6 additions & 0 deletions recipes/ef-themes.rcp
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")
3 changes: 2 additions & 1 deletion recipes/eglot.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:type github
:description "Client for Language Server Protocol (LSP) servers"
:pkgname "joaotavora/eglot"
:minimum-emacs-version "26.1")
:minimum-emacs-version "26.3"
:builtin "29")
2 changes: 1 addition & 1 deletion recipes/elm-mode.rcp
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")
6 changes: 6 additions & 0 deletions recipes/emacs-dashboard.rcp
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")
6 changes: 6 additions & 0 deletions recipes/flycheck-eglot.rcp
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")
5 changes: 2 additions & 3 deletions recipes/flycheck.rcp
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")
6 changes: 6 additions & 0 deletions recipes/fontaine.rcp
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")
4 changes: 2 additions & 2 deletions recipes/forge.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
:minimum-emacs-version "25.1"
;; The package.el dependency is on `emacsql-sqlite', but el-get
;; provides that via `emacsql'.
:depends (closql dash emacsql ghub let-alist magit markdown-mode
transient yaml)
:depends (compat closql dash emacsql ghub let-alist magit markdown-mode
seq transient yaml)
:info "docs"
:load-path "lisp/"
:compile "lisp/"
Expand Down
7 changes: 4 additions & 3 deletions recipes/json-mode.rcp
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")
3 changes: 2 additions & 1 deletion recipes/json-snatcher.rcp
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")
6 changes: 6 additions & 0 deletions recipes/jupyter.rcp
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))
3 changes: 3 additions & 0 deletions recipes/keycast.rcp
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")
6 changes: 6 additions & 0 deletions recipes/org-modern.rcp
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")
2 changes: 1 addition & 1 deletion recipes/org-noter.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:description "Emacs document annotator, using org-mode."
:type github
:depends (org-mode cl-lib)
:pkgname "weirdNox/org-noter")
:pkgname "org-noter/org-noter")
1 change: 1 addition & 0 deletions recipes/pinboard.rcp
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))
5 changes: 5 additions & 0 deletions recipes/rfc-mode.rcp
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")
6 changes: 6 additions & 0 deletions recipes/separedit.rcp
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")
1 change: 1 addition & 0 deletions recipes/shrface.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:description "Extend shr/eww with org features and analysis capability."
:type github
:pkgname "chenyanming/shrface"
:minimum-emacs-version "25.1"
:depends (org-mode language-detection))
6 changes: 6 additions & 0 deletions recipes/spacious-padding.rcp
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")
6 changes: 6 additions & 0 deletions recipes/zmq.rcp
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))

0 comments on commit 92821ca

Please sign in to comment.