unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63691] [PATCH] Add emacs-prism package
@ 2023-05-24 16:53 Maciej Kalandyk
  2023-05-25  2:15 ` [bug#63691] [PATCH vREVISION] " Maciej Kalandyk
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maciej Kalandyk @ 2023-05-24 16:53 UTC (permalink / raw)
  To: 63691; +Cc: Maciej Kalandyk

---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0ea9732bfa..1747e62433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1161,6 +1161,27 @@ (define-public emacs-spongebob
 buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-prism
+  (package
+    (name "emacs-prism")
+    (version "0.3.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/alphapapa/prism.el.git")
+                    (commit version)))
+              (sha256
+               (base32
+                "1750s161ck83lcl36rm2jbkssbgpa9hfx1gbv2r582381q1p4kwp"))))
+    (build-system emacs-build-system)
+    (inputs (list emacs-dash))
+    (home-page "https://github.com/alphapapa/prism.el")
+    (synopsis
+     "Disperses lisp forms (and other languages) into a spectrum of color >
+    (description
+     "prism is an \"rainbow-blocks\" like mode for Emacs, but it respects >
+    (license license:gpl3+)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")

base-commit: 297ba5c15a32845ab8514aeb6f405ebd4290142d
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-25 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 16:53 [bug#63691] [PATCH] Add emacs-prism package Maciej Kalandyk
2023-05-25  2:15 ` [bug#63691] [PATCH vREVISION] " Maciej Kalandyk
2023-05-25 10:49   ` Nicolas Goaziou
2023-05-25 12:54 ` [bug#63691] [PATCH v3] " Maciej Kalandyk
2023-05-25 18:29 ` [bug#63691] [PATCH v4] gnu: Add emacs-prism Maciej Kalandyk
2023-05-25 20:22   ` bug#63691: " Nicolas Goaziou
2023-05-25 18:32 ` [bug#63691] Maciej Kalandyk

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).