unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: aurtzy <aurtzy@gmail.com>
To: 74834@debbugs.gnu.org
Cc: aurtzy <aurtzy@gmail.com>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74834] [PATCH] gnu: Add emacs-disproject.
Date: Thu, 12 Dec 2024 13:43:34 -0500	[thread overview]
Message-ID: <b6d7564322b26082d2daafaacaf3dfd382d69109.1734029013.git.aurtzy@gmail.com> (raw)

* gnu/packages/emacs-xyz.scm (emacs-disproject): New variable.

Change-Id: Ib7a56b7458a729d4893f20f89df0a75217272498
---

Hi,

Full disclosure: I'm the maintainer of this project.

Cheers,

aurtzy

 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 2809894d1a..3506a4225e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -148,6 +148,7 @@
 ;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
 ;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
 ;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
+;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1537,6 +1538,31 @@ (define-public emacs-project-tab-groups
 separate, named tab groups.")
       (license license:gpl3+))))
 
+(define-public emacs-disproject
+  (package
+    (name "emacs-disproject")
+    (version "1.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/aurtzy/disproject")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0210mllmhgmq4lx7fzcp6h43df7npn17y8qn2a7d2dcj6rgbf75k"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-transient))
+    (home-page "https://github.com/aurtzy/disproject")
+    (synopsis "Transient interface for managing and interacting with projects")
+    (description
+     "Disproject is a package for GNU Emacs that implements Transient menus for
+dispatching project-related commands on top of the @code{project.el} library.  It
+aims to provide a more featureful version of the @code{project-switch-project}
+command, which it is inspired by.  Those who are familiar with Projectile may also
+find similarities to @code{projectile-commander}.")
+    (license license:gpl3+)))
+
 (define-public emacs-golden-ratio
   (let ((commit "375c9f287dfad68829582c1e0a67d0c18119dab9")
         (revision "0"))

base-commit: 3d3556ace06571f60ff9ffd23c5cf2bf75ca1321
-- 
2.46.0





                 reply	other threads:[~2024-12-12 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=b6d7564322b26082d2daafaacaf3dfd382d69109.1734029013.git.aurtzy@gmail.com \
    --to=aurtzy@gmail.com \
    --cc=74834@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).