mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add emacs-ace-jump-helm-line.
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-helm-line): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ca0a4a9dc2
commit
71f315ceae
1 changed files with 23 additions and 0 deletions
|
@ -287,6 +287,29 @@ (define-public emacs-ac-ispell
|
||||||
"AC Ispell is an Ispell and Aspell completion source for Auto Complete.")
|
"AC Ispell is an Ispell and Aspell completion source for Auto Complete.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-ace-jump-helm-line
|
||||||
|
(let ((commit "1483055255df3f8ae349f7520f05b1e43ea3ed37")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-ace-jump-helm-line")
|
||||||
|
(version (git-version "0.5.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/cute-jumper/ace-jump-helm-line")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "191a2g1if1jliikbxkpwmvlp4v1sp541j71xrlymili8ygm0idq5"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-avy emacs-helm))
|
||||||
|
(home-page "https://github.com/cute-jumper/ace-jump-helm-line")
|
||||||
|
(synopsis "Ace-jump to a candidate in Helm window")
|
||||||
|
(description
|
||||||
|
"This packages allows to use Ace jump to a candidate in Helm window.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-cfrs
|
(define-public emacs-cfrs
|
||||||
(package
|
(package
|
||||||
(name "emacs-cfrs")
|
(name "emacs-cfrs")
|
||||||
|
|
Loading…
Reference in a new issue