all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brian Leung <bkleung89@gmail.com>
To: 34989@debbugs.gnu.org
Subject: [bug#34989] [PATCH] Add emacs-counsel-projectile
Date: Mon, 25 Mar 2019 07:07:32 +0100	[thread overview]
Message-ID: <CAAc=MExcwWKsWOM6HDGWbFpUyQ5pRsztODnKh_EJxKs6aVudnA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-counsel-projectile.patch --]
[-- Type: text/x-patch, Size: 1718 bytes --]

From e5c8c7112e1e56cd5c9eb3cda1948cfc8ca51edf Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Mon, 25 Mar 2019 07:06:08 +0100
Subject: [PATCH] gnu: Add emacs-counsel-projectile.

* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): New variable.
---
 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 0f040b2b07..a9e4bcedc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4158,6 +4158,30 @@ The purpose of this library is to wrap all the quirks and hassle of
 @code{package.el} into a sane API.")
     (license license:gpl3+)))
 
+(define-public emacs-counsel-projectile
+  (package
+    (name "emacs-counsel-projectile")
+    (version "0.3.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ericdanan/counsel-projectile")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1a29f16m463d4jsd1m071483vhq3589djdq47mw800844n20irbd"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-ivy" ,emacs-ivy)
+       ("emacs-projectile" ,emacs-projectile)))
+    (home-page "https://github.com/ericdanan/counsel-projectile")
+    (synopsis "Enhance Projectile with Ivy")
+    (description
+     "This package uses Ivy to provide additional actions for Projectile
+commands and replacements for existing functions.")
+    (license license:gpl3+)))
+
 (define-public emacs-queue
   (package
     (name "emacs-queue")
-- 
2.21.0


             reply	other threads:[~2019-03-25  6:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-25  6:07 Brian Leung [this message]
2019-03-28 20:02 ` [bug#34989] [PATCH] Add emacs-counsel-projectile Oleg Pykhalov
     [not found]   ` <CAAc=MEw50sOVk7+YcoDjbDkqWK01oyxW+XN_rgabCTskxooM4g@mail.gmail.com>
2019-03-30 14:13     ` bug#34989: " Oleg Pykhalov

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='CAAc=MExcwWKsWOM6HDGWbFpUyQ5pRsztODnKh_EJxKs6aVudnA@mail.gmail.com' \
    --to=bkleung89@gmail.com \
    --cc=34989@debbugs.gnu.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.