unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
To: 72112@debbugs.gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz@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#72112] [PATCH] gnu: Add emacs-consult-projectile
Date: Sun, 14 Jul 2024 18:10:42 +0300	[thread overview]
Message-ID: <3f058a33f744c72e0c69038e99c326d82bf4da85.1720969831.git.daniel.szmulewicz@gmail.com> (raw)

* 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





                 reply	other threads:[~2024-07-14 15:11 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=3f058a33f744c72e0c69038e99c326d82bf4da85.1720969831.git.daniel.szmulewicz@gmail.com \
    --to=daniel.szmulewicz@gmail.com \
    --cc=72112@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).