From 85daa37d92e6d8fbae083c5421057e6ac306edd4 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:36:41 +0530 Subject: [PATCH 01/10] Add recipe for flycheck-eglot (#2940) Implements Flycheck support for Eglot --- recipes/flycheck-eglot.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/flycheck-eglot.rcp diff --git a/recipes/flycheck-eglot.rcp b/recipes/flycheck-eglot.rcp new file mode 100644 index 000000000..b631df6e0 --- /dev/null +++ b/recipes/flycheck-eglot.rcp @@ -0,0 +1,6 @@ +(:name flycheck-eglot + :type github + :pkgname "flycheck/flycheck-eglot" + :minimum-emacs-version "28.1" + :depends (eglot flycheck) + :description "Flycheck support for eglot") From 503bdcc264b9c77242d224c9d27c2f5d808156a0 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:37:30 +0530 Subject: [PATCH 02/10] Add a recipe for org-modern (#2924) Implements a Modern Org Style using font-locking and text-properties. --- recipes/org-modern.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/org-modern.rcp diff --git a/recipes/org-modern.rcp b/recipes/org-modern.rcp new file mode 100644 index 000000000..0a2188fa7 --- /dev/null +++ b/recipes/org-modern.rcp @@ -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") From 2919a1ceceb81fe8a02edcd5f0a18519b8f63568 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:38:27 +0530 Subject: [PATCH 03/10] Add a recipe for spacious-padding (#2945) Increase the padding/spacing of frames and windows --- recipes/spacious-padding.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/spacious-padding.rcp diff --git a/recipes/spacious-padding.rcp b/recipes/spacious-padding.rcp new file mode 100644 index 000000000..0f87b482f --- /dev/null +++ b/recipes/spacious-padding.rcp @@ -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") From b16abb6ba1174fd7d8a7cc93d62d2634228ca739 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:39:06 +0530 Subject: [PATCH 04/10] Add a recipe for fontaine (#2935) * Add a recipe for fontaine Set font configurations using presets * Update the recipe for fontaine Bump the minimum emacs version to 29.1 --- recipes/fontaine.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/fontaine.rcp diff --git a/recipes/fontaine.rcp b/recipes/fontaine.rcp new file mode 100644 index 000000000..1ed37038a --- /dev/null +++ b/recipes/fontaine.rcp @@ -0,0 +1,6 @@ +(:name fontaine + :description "Set font configurations using presets" + :type github + :branch "main" + :minimum-emacs-version "29.1" + :pkgname "protesilaos/fontaine") From 6b07cda51dd705f52bd058af9996ed40a18d928d Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:39:46 +0530 Subject: [PATCH 05/10] Add a recipe for separedit (#2942) `twlz0ne/separedit.el` is a minor mode for editing comment / string / docstring / code block in separate buffer. --- recipes/separedit.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/separedit.rcp diff --git a/recipes/separedit.rcp b/recipes/separedit.rcp new file mode 100644 index 000000000..5fdd9c972 --- /dev/null +++ b/recipes/separedit.rcp @@ -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") From cda23aedc7cf79f82213f4d4c1afd08fa387463f Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:41:00 +0530 Subject: [PATCH 06/10] Add a recipe for ef-themes (#2934) Colorful and legible themes for GNU Emacs --- recipes/ef-themes.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/ef-themes.rcp diff --git a/recipes/ef-themes.rcp b/recipes/ef-themes.rcp new file mode 100644 index 000000000..47007dfe7 --- /dev/null +++ b/recipes/ef-themes.rcp @@ -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") From 1eebe765a672d5a1d7dbceb9ef77a75f80fcda80 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:42:02 +0530 Subject: [PATCH 07/10] Add a recipe for emacs-jupyter (#2932) An interface to communicate with Jupyter kernels. --- recipes/jupyter.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/jupyter.rcp diff --git a/recipes/jupyter.rcp b/recipes/jupyter.rcp new file mode 100644 index 000000000..d85ad3a93 --- /dev/null +++ b/recipes/jupyter.rcp @@ -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)) From b2c9a1083f5bb73aa7ff5e754c3d7c1af55560ba Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:42:51 +0530 Subject: [PATCH 08/10] Add a recipe for emacs-zmq (#2931) ZMQ bindings in elisp --- recipes/zmq.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/zmq.rcp diff --git a/recipes/zmq.rcp b/recipes/zmq.rcp new file mode 100644 index 000000000..969fc532c --- /dev/null +++ b/recipes/zmq.rcp @@ -0,0 +1,6 @@ +(:name zmq + :description "ZMQ bindings in elisp" + :type github + :pkgname "nnicandro/emacs-zmq" + :minimum-emacs-version "26" + :depends (cl-lib)) From c14b21ad37dd9eb3df0decc23c602627b67e3059 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:43:34 +0530 Subject: [PATCH 09/10] Add a recipe for denote-explore (#2928) Denote Explore is a collection of functions to explore Denote files. It depends on Emacs Dashboard, which the previous commit adds. --- recipes/denote-explore.rcp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/denote-explore.rcp diff --git a/recipes/denote-explore.rcp b/recipes/denote-explore.rcp new file mode 100644 index 000000000..51af3d415 --- /dev/null +++ b/recipes/denote-explore.rcp @@ -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") From f220df34333fdb363b84b28f4ed4a5575341bf45 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:45:59 +0530 Subject: [PATCH 10/10] Add a recipe for rfc-mode (#2926) An Emacs major mode to read and browse RFC documents. --- recipes/rfc-mode.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/rfc-mode.rcp diff --git a/recipes/rfc-mode.rcp b/recipes/rfc-mode.rcp new file mode 100644 index 000000000..33486bace --- /dev/null +++ b/recipes/rfc-mode.rcp @@ -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")