guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: Add emacs-ace-jump-helm-line.


From: guix-commits
Subject: 04/06: gnu: Add emacs-ace-jump-helm-line.
Date: Wed, 8 Mar 2023 10:27:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 71f315ceaee924f32f3449e02642ab3e5d1c00a9
Author: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
AuthorDate: Wed Mar 8 16:15:31 2023 +0100

    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>
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0665fc3c39..ac448c6480 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -287,6 +287,29 @@
        "AC Ispell is an Ispell and Aspell completion source for Auto 
Complete.")
       (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
   (package
     (name "emacs-cfrs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]