[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add emacs-prescient.
From: |
guix-commits |
Subject: |
06/11: gnu: Add emacs-prescient. |
Date: |
Mon, 25 Mar 2019 06:40:03 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 13e99cfcd8abe172d0155f9f6266a68678afe8ac
Author: Brian Leung <address@hidden>
Date: Sun Mar 24 00:59:47 2019 +0100
gnu: Add emacs-prescient.
* gnu/packages/emacs-xyz.scm (emacs-prescient): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1a431c..583dda6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3616,6 +3616,31 @@ of sixteen colors suitable for a wide range of
applications. Base16 is not a
single theme but a set of guidelines with numerous implementations.")
(license license:expat)))
+(define-public emacs-prescient
+ (package
+ (name "emacs-prescient")
+ (version "2.2.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/raxod502/prescient.el/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ncplx5p3cffyzg9ygzqqxj0vpvwrz9rp2n4z6c375a78fyydrk0"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-company" ,emacs-company)
+ ("emacs-ivy" ,emacs-ivy)))
+ (home-page "https://github.com/raxod502/prescient.el/")
+ (synopsis "Library that sorts and filters lists of candidates")
+ (description
+ "This package provides a library for sorting and filtering, as well as
+extensions for @code{ivy-mode} and @code{company-mode} that make use of the
+library.")
+ (license license:gpl3+)))
+
(define-public emacs-smartparens
(package
(name "emacs-smartparens")
- branch master updated (4518a9d -> f970946), guix-commits, 2019/03/25
- 03/11: gnu: Add emacs-company-lsp., guix-commits, 2019/03/25
- 07/11: gnu: Add emacs-python-environment., guix-commits, 2019/03/25
- 06/11: gnu: Add emacs-prescient.,
guix-commits <=
- 04/11: gnu: Add emacs-company-cabal., guix-commits, 2019/03/25
- 02/11: gnu: Add gPodder., guix-commits, 2019/03/25
- 01/11: gnu: Add python-mygpoclient., guix-commits, 2019/03/25
- 05/11: gnu: Add emacs-company-auctex., guix-commits, 2019/03/25
- 08/11: gnu: Add emacs-jedi., guix-commits, 2019/03/25
- 10/11: gnu: Add emacs-company-jedi., guix-commits, 2019/03/25
- 09/11: gnu: Add emacs-company-flow., guix-commits, 2019/03/25
- 11/11: gnu: fmt: Update to 5.3.0., guix-commits, 2019/03/25