[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: Add emacs-ivy-rich.
From: |
Ludovic Courtès |
Subject: |
11/11: gnu: Add emacs-ivy-rich. |
Date: |
Sat, 10 Nov 2018 17:34:02 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 78e3d554d15a565514d78a09d5dcd7f29e2f91ec
Author: Pierre Langlois <address@hidden>
Date: Sat Nov 3 10:28:37 2018 +0000
gnu: Add emacs-ivy-rich.
* gnu/packages/emacs.scm (emacs-ivy-rich): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e380807..3e32998 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -40,6 +40,7 @@
;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
;;; Copyright © 2018 Alex Branham <address@hidden>
;;; Copyright © 2018 Thorsten Wilms <address@hidden>
+;;; Copyright © 2018 Pierre Langlois <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3848,6 +3849,31 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you
have enabled
@code{yas-minor-mode} first).")
(license license:gpl3+))))
+(define-public emacs-ivy-rich
+ (package
+ (name "emacs-ivy-rich")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/Yevgnen/ivy-rich/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "14r3mx5rkd4wz0ls5pv5w6c7la3z9iy93d3jfind3xyg4kywy95c"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-ivy" ,emacs-ivy)))
+ (home-page "https://github.com/Yevgnen/ivy-rich")
+ (synopsis "More friendly interface for @code{ivy}")
+ (description
+ "This package extends @code{ivy} by showing more information in the
+minibuffer for each candidate. It adds columns showing buffer modes, file
+sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
+show icons as well.")
+ (license license:gpl3+)))
+
(define-public emacs-avy
(package
(name "emacs-avy")
- branch master updated (37ebc19 -> 78e3d55), Ludovic Courtès, 2018/11/10
- 01/11: gnu-maintenance: ".sign" and ".asc" files no longer match 'release-file?'., Ludovic Courtès, 2018/11/10
- 02/11: gnu-maintenance: Base kernel.org updater on HTML directory listings., Ludovic Courtès, 2018/11/10
- 06/11: gnu: Add opencc., Ludovic Courtès, 2018/11/10
- 03/11: gnu: mdadm: Update to 4.1., Ludovic Courtès, 2018/11/10
- 08/11: gnu: Add librime., Ludovic Courtès, 2018/11/10
- 05/11: gnu: Add marisa., Ludovic Courtès, 2018/11/10
- 09/11: gnu: Add rime-data., Ludovic Courtès, 2018/11/10
- 04/11: ci: Add procedures to access evaluations., Ludovic Courtès, 2018/11/10
- 10/11: gnu: Add ibus-rime., Ludovic Courtès, 2018/11/10
- 11/11: gnu: Add emacs-ivy-rich.,
Ludovic Courtès <=
- 07/11: gnu: ibus: Indent code properly., Ludovic Courtès, 2018/11/10