guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: Add emacs-scroll-on-drag.


From: guix-commits
Subject: 03/10: gnu: Add emacs-scroll-on-drag.
Date: Mon, 5 Aug 2019 10:09:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0074b1e96c993919e7a36f26443650f3e265fc91
Author: Brian Leung <address@hidden>
Date:   Wed Jul 24 04:29:55 2019 +0200

    gnu: Add emacs-scroll-on-drag.
    
    * gnu/packages/emacs-xyz.scm (emacs-scroll-on-drag): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 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 3461c60..3ecf681 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12676,6 +12676,29 @@ When @code{gac-automatically-push-p} is non-nil, it 
also tries to push to
 the current upstream.")
     (license license:gpl3+)))
 
+(define-public emacs-scroll-on-drag
+  (let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")
+        (revision "1"))
+    (package
+      (name "emacs-scroll-on-drag")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/ideasman42/emacs-scroll-on-drag.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1si4hdqa3jw1inbyh3wb3i5i9grbms1nwky3vyk9zg7iznwm8a9p"))))
+      (build-system emacs-build-system)
+      (home-page "https://gitlab.com/ideasman42/emacs-scroll-on-drag";)
+      (synopsis "Interactive scrolling")
+      (description "This package permits scrolling at increasing speeds based
+on drag distance.")
+      (license license:gpl3+))))
+
 (define-public emacs-company-restclient
   (package
     (name "emacs-company-restclient")



reply via email to

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