guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Add emacs-frog-jump-buffer.


From: guix-commits
Subject: 04/04: gnu: Add emacs-frog-jump-buffer.
Date: Sun, 18 Aug 2019 14:06:56 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 41671813f13cc4965f3674fdf4eb17506b49caf2
Author: Brian Leung <address@hidden>
Date:   Sun Aug 18 03:01:50 2019 +0200

    gnu: Add emacs-frog-jump-buffer.
    
    * gnu/packages/emacs-xyz.scm (emacs-frog-jump-buffer): New variable.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4444690..ffc662f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10250,6 +10250,34 @@ the same values you get in a terminal.")
 candidates on which user-defined dispatch actions can act.")
       (license license:gpl3+))))
 
+(define-public emacs-frog-jump-buffer
+  (let ((commit "2d7b342785ae27d45f5d252272df6eb773c78e20")
+        (revision "1"))
+    (package
+      (name "emacs-frog-jump-buffer")
+      (version (git-version "0.1.4" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/waymondo/frog-jump-buffer";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-dash" ,emacs-dash)
+         ("emacs-frog-menu" ,emacs-frog-menu)
+         ("emacs-avy" ,emacs-avy)))
+      (home-page "https://github.com/waymondo/frog-jump-buffer";)
+      (synopsis "Jump to any Emacs buffer with minimal keystrokes")
+      (description
+       "This package provides a preview window of buffers that can be switched
+to with quicklink-style selections.")
+      (license license:gpl3+))))
+
 (define-public emacs-deft
   (package
     (name "emacs-deft")



reply via email to

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