unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/6] gnu: Add emacs-ivy.
@ 2016-06-18 16:15 Ricardo Wurmus
  2016-06-18 16:15 ` [PATCH 2/6] gnu: Add emacs-hydra Ricardo Wurmus
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Ricardo Wurmus @ 2016-06-18 16:15 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/emacs.scm (emacs-ivy): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d524a7c..c12bf12 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1717,6 +1717,31 @@ features found in other packages it also brings many improvements as
 well as completely new features.")
     (license license:gpl3+)))
 
+(define-public emacs-ivy
+  (package
+    (name "emacs-ivy")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/abo-abo/swiper/archive/"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18nqwl05is71dzswnvpfhlg7b0v3apvbsfxrwab9c0apwavi892q"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/abo-abo/swiper")
+    (synopsis "Incremental vertical completion")
+    (description
+     "This package provides @code{ivy-read} as an alternative to
+@code{completing-read} and similar functions.  No attempt is made to determine
+the best candidate.  Instead, the user can navigate candidates with
+@code{ivy-next-line} and @code{ivy-previous-line}.  The matching is done by
+splitting the input text by spaces and re-building it into a regular
+expression.")
+    (license license:gpl3+)))
+
 (define-public emacs-clojure-mode
   (package
     (name "emacs-clojure-mode")
-- 
2.8.3

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

end of thread, other threads:[~2016-06-20  4:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-18 16:15 [PATCH 1/6] gnu: Add emacs-ivy Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 2/6] gnu: Add emacs-hydra Ricardo Wurmus
2016-06-20  4:55   ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 3/6] gnu: Add emacs-avy Ricardo Wurmus
2016-06-19 17:13   ` Alex Kost
2016-06-20  4:40     ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 4/6] gnu: Add emacs-ace-window Ricardo Wurmus
2016-06-19 17:16   ` Alex Kost
2016-06-18 16:15 ` [PATCH 5/6] gnu: Add emacs-iedit Ricardo Wurmus
2016-06-19 17:26   ` Alex Kost
2016-06-18 16:15 ` [PATCH 6/6] gnu: Add emacs-lispy Ricardo Wurmus
2016-06-19 17:31   ` Alex Kost
2016-06-19 17:11 ` [PATCH 1/6] gnu: Add emacs-ivy Alex Kost
2016-06-20  4:43   ` Ricardo Wurmus

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).