unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73944] [PATCH] gnu: Add emacs-show-font.
@ 2024-10-22 10:23 Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-22 10:23 UTC (permalink / raw)
  To: 73944
  Cc: Cayetano Santos, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-show-font): New variable.

Change-Id: Icda53be5afa7960ca61c48a6ea0825f0d254cf9f
---
 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 0be1ac83bc..33f50306e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1304,6 +1304,27 @@ (define-public emacs-pug-mode
 is based off of Slim mode.")
     (license license:gpl3+)))
 
+(define-public emacs-show-font
+  (package
+    (name "emacs-show-font")
+    (version "0.1.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/protesilaos/show-font")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0kbkbvqhdqpsmci0756w2j7igxdj0qfzy823mvc5lb6yj8gwq9dl"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/protesilaos/show-font")
+    (synopsis "Show font features in a buffer")
+    (description
+     "With show-font the user has the means to preview fonts inside of
+Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-sed-mode
   (package
     (name "emacs-sed-mode")

base-commit: 3baa108cdec15eb77e79f48f450beba054464f93
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-22 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 10:23 [bug#73944] [PATCH] gnu: Add emacs-show-font Cayetano Santos via Guix-patches via

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).