GNU bug report logs - #61355
[PATCH] gnu: Add emacs-discover.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 7 Feb 2023 21:01:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 61355 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#61355] [PATCH] gnu: Add emacs-discover.
Date: Tue,  7 Feb 2023 22:00:00 +0100
* gnu/packages/emacs-xyz.scm (emacs-discover): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efbaaa538..f3b764d8e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34742,6 +34742,31 @@ (define-public emacs-seeing-is-believing
 current region or entire buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-discover
+  (let ((revision "1")
+        (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df"))
+    (package
+      (name "emacs-discover")
+      (version (git-version "0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/mickeynp/discover.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-makey))
+      (home-page "https://github.com/mickeynp/discover.el")
+      (synopsis "Discover more of Emacs using context menus")
+      (description
+       "discover.el adds context menus to commonly-used features in Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-nasm-mode
   (package
     (name "emacs-nasm-mode")

base-commit: 09c6de44127f886ed91738ba9d5b8cce3102bcb3
-- 
2.39.1





This bug report was last modified 2 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.