all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54213] [PATCH] gnu: Add emacs-goggles
@ 2022-03-01 17:54 Niklas Eklund
  2022-03-02 11:00 ` bug#54213: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Eklund @ 2022-03-01 17:54 UTC (permalink / raw)
  To: 54213

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

Hello,

this is a patch which adds the emacs-goggles package.

/Niklas


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-goggles --]
[-- Type: text/x-patch, Size: 1465 bytes --]

From bf1421997b616ea7e4c96a9f3be1f4b8a0cc8918 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Tue, 1 Mar 2022 18:47:25 +0100
Subject: [PATCH] gnu: Add emacs-goggles.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b909b8d0d..6a35e905df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12035,6 +12035,26 @@ (define-public emacs-evil-goggles
 being deleted, changed, yanked, or pasted when using evil commands")
       (license license:gpl3+))))
 
+(define-public emacs-goggles
+  (package
+    (name "emacs-goggles")
+    (version "0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minad/goggles")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "15bqjmwfdqp2np6fln6xjyw59c5iddvzsyga0lvb8raa753cdh2k"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/minad/goggles")
+    (synopsis "Pulse modified region")
+    (description "Highlights the modified region using pulse.  The package
+supports the commands undo, yank, kill and delete")
+    (license license:gpl3+)))
+
 (define-public emacs-goto-chg
   (package
     (name "emacs-goto-chg")
-- 
2.34.0


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

* bug#54213: [PATCH] gnu: Add emacs-goggles
  2022-03-01 17:54 [bug#54213] [PATCH] gnu: Add emacs-goggles Niklas Eklund
@ 2022-03-02 11:00 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-03-02 11:00 UTC (permalink / raw)
  To: Niklas Eklund; +Cc: 54213-done

Hello,

Niklas Eklund <niklas.eklund@posteo.net> writes:

> this is a patch which adds the emacs-goggles package.

Thank you.

I modified the description so it would consist of complete sentences
only, and applied your patch.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-03-02 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 17:54 [bug#54213] [PATCH] gnu: Add emacs-goggles Niklas Eklund
2022-03-02 11:00 ` bug#54213: " 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.