[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63691] [PATCH v3] Add emacs-prism package
From: |
Maciej Kalandyk |
Subject: |
[bug#63691] [PATCH v3] Add emacs-prism package |
Date: |
Thu, 25 May 2023 14:54:06 +0200 |
---
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")
base-commit: 1be6baed2b58a75868cdcc9f51b78624c2fefc4f
--
2.40.1