all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62665] [PATCH] gnu: Add emacs-denote-menu.
@ 2023-04-04 14:36 jgart via Guix-patches via
  2023-04-08 12:10 ` bug#62665: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-04-04 14:36 UTC (permalink / raw)
  To: 62665; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-denote-menu): 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 9db8a07331..bcaca1ae8b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15857,6 +15857,26 @@ (define-public emacs-denote
 such files while providing facilities to link between them.")
     (license license:gpl3+)))
 
+(define-public emacs-denote-menu
+  (package
+    (name "emacs-denote-menu")
+    (version "1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/"
+                           "denote-menu-" version ".tar"))
+       (sha256
+        (base32 "12ry0rv45hv1vrwx9wih72s9h0f3r18xssnkzfa9ilp77kgbas5q"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-denote))
+    (home-page "https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html/")
+    (synopsis "View and filter Denote files in a tabulated list")
+    (description "This package provides an interface for viewing your
+denote files that goes beyond using the standard dired emacs command to
+view your @code{denote-directory}.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   ;; XXX: Upstream did not tag latest release.  Use the commit matching
   ;; version bump.
-- 
2.39.2





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

* bug#62665: [PATCH] gnu: Add emacs-denote-menu.
  2023-04-04 14:36 [bug#62665] [PATCH] gnu: Add emacs-denote-menu jgart via Guix-patches via
@ 2023-04-08 12:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-08 12:10 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 62665-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-denote-menu): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-04-08 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 14:36 [bug#62665] [PATCH] gnu: Add emacs-denote-menu jgart via Guix-patches via
2023-04-08 12:10 ` bug#62665: " 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.