GNU bug report logs - #72112
[PATCH] gnu: Add emacs-consult-projectile

Previous Next

Package: guix-patches;

Reported by: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>

Date: Sun, 14 Jul 2024 15:11:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 72112 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72112; Package guix-patches. (Sun, 14 Jul 2024 15:11:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sun, 14 Jul 2024 15:11:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-consult-projectile
Date: Sun, 14 Jul 2024 18:10:42 +0300
* gnu/packages/emacs-xyz.scm (emacs-consult-projectile): New variable.

Change-Id: Id7de103e052b0900069757fe56ddc1b10a875660
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f5318a949..3b0d4c17cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39866,6 +39866,30 @@ (define-public emacs-consult-lsp
 by leveraging @code{emacs-consult} APIs.")
     (license license:expat)))
 
+(define-public emacs-consult-projectile
+  (package
+    (name "emacs-consult-projectile")
+    (version "0.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/OlMon/consult-projectile")
+             (commit "400439c56d17bca7888f7d143d8a11f84900a406")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1abd2dw3zpiln9pd7l3j78wl3lwapcmf1ilijv3vin9g0wqb7hmn"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-consult emacs-projectile))
+    (home-page "https://gitlab.com/OlMon/consult-projectile")
+    (synopsis "Consult integration for projectile")
+    (description
+     "This package provides a multiview for displaying open buffers, files and
+directories accociated with a project.  When no project is open in the current
+buffer display a list of known project and select a file from the selected
+project.  Additionally seperate single source function are available.")
+    (license license:gpl3+)))
+
 (define-public emacs-context-transient
   (package
     (name "emacs-context-transient")

base-commit: bcd627f58e74ce44cc96a9aac37c6d9e9e3c0dcc
prerequisite-patch-id: a806956c71c0cff17c07a84b45beded622ad41c2
-- 
2.45.2





This bug report was last modified 55 days ago.

Previous Next


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