unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maciej Kalandyk <m.kalandyk@outlook.com>
To: 63691@debbugs.gnu.org
Cc: Maciej Kalandyk <m.kalandyk@outlook.com>
Subject: [bug#63691] [PATCH v4] gnu: Add emacs-prism.
Date: Thu, 25 May 2023 20:29:07 +0200	[thread overview]
Message-ID: <AM0PR10MB3586B7F018180345F1FD5E7880469@AM0PR10MB3586.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <AM7PR10MB35919ED2488CA6D3DD72DA8780419@AM7PR10MB3591.EURPRD10.PROD.OUTLOOK.COM>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0ea9732bfa..356a7f2199 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1161,6 +1161,28 @@ (define-public emacs-spongebob
 buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-prism
+  (package
+    (name "emacs-prism")
+    (version "0.3.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+		    (url "https://github.com/alphapapa/prism.el")
+		    (commit version)))
+              (sha256
+               (base32
+                "0n2gf7302hqdnhsax1y3ahksfmmpd8cmiv1zgb7rjg8qhcs0iqp2"))))
+    (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 by depth")
+    (description
+     "Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color
+face properties and allows configuration of faces and colors.")
+    (license license:gpl3+)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.40.1





  parent reply	other threads:[~2023-05-25 18:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Maciej Kalandyk [this message]
2023-05-25 20:22   ` bug#63691: [PATCH v4] gnu: Add emacs-prism Nicolas Goaziou
2023-05-25 18:32 ` [bug#63691] Maciej Kalandyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR10MB3586B7F018180345F1FD5E7880469@AM0PR10MB3586.EURPRD10.PROD.OUTLOOK.COM \
    --to=m.kalandyk@outlook.com \
    --cc=63691@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).