all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63015] [PATCH] gnu: Add emacs-gemini.
@ 2023-04-22 12:45 Evgeny Pisemsky
  2023-04-22 14:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Evgeny Pisemsky @ 2023-04-22 12:45 UTC (permalink / raw)
  To: 63015

[-- Attachment #1: 0001-gnu-Add-emacs-gemini.patch --]
[-- Type: text/x-patch, Size: 2213 bytes --]

From 7c2de9e0137927140df056f20cb8de635c8aa4ce Mon Sep 17 00:00:00 2001
From: Evgeny Pisemsky <evgeny@pisemsky.com>
Date: Sat, 22 Apr 2023 15:00:00 +0300
Subject: [PATCH] gnu: Add emacs-gemini.

* gnu/packages/emacs-xyz.scm (emacs-gemini): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b9bece1365..b76099d81d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -126,6 +126,7 @@
 ;;; Copyright © 2020, 2021, 2022, 2023 Andrew Tropin <andrew@trop.in>
 ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
 ;;; Copyright © 2023 Juliana Sims <juli@incana.org>
+;;; Copyright © 2023 Evgeny Pisemsky <evgeny@pisemsky.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31367,6 +31368,31 @@ (define-public emacs-elpher
 connections using TLS encryption.")
     (license license:gpl3+)))
 
+(define-public emacs-gemini
+  (let ((version "1.2.0")
+        (revision "0")
+        (commit "a7dd7c6ea4e036d0d5ecc4a5d284874c400f10ba"))
+    (package
+      (name "emacs-gemini")
+      (version (git-version version revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.carcosa.net/jmcbray/gemini.el.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1pvlk56mhh4xh4gwzqldfk79jsjbcpivv5scd9811pv3afc30gsx"))))
+      (build-system emacs-build-system)
+      (home-page "https://git.carcosa.net/jmcbray/gemini.el")
+      (synopsis "Syntax highlighting for text/gemini")
+      (description
+       "This is a very simple syntax-highlighting mode for text/gemini documents.
+Currently, support is not complete, but it should be enough to help with basic
+documents.")
+      (license license:agpl3+))))
+
 (define-public emacs-zerodark-theme
   (package
     (name "emacs-zerodark-theme")

base-commit: 5b545763ed9b8a3fade7f756d543819fc090953f
-- 
2.39.2





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

end of thread, other threads:[~2023-04-23 15:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-22 12:45 [bug#63015] [PATCH] gnu: Add emacs-gemini Evgeny Pisemsky
2023-04-22 14:50 ` Nicolas Goaziou
2023-04-22 15:18   ` Evgeny Pisemsky
2023-04-23 15:10     ` bug#63015: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.