all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 61355@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#61355] [PATCH] gnu: Add emacs-discover.
Date: Tue,  7 Feb 2023 22:00:00 +0100	[thread overview]
Message-ID: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> (raw)

* 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





             reply	other threads:[~2023-02-07 21:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07 21:00 Cayetano Santos via Guix-patches via [this message]
2023-02-11  8:56 ` bug#61355: [PATCH] gnu: Add emacs-discover Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org \
    --to=guix-patches@gnu.org \
    --cc=61355@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.