mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add emacs-mlscroll.
* gnu/packages/emacs-xyz.scm (emacs-mlscroll): New variable. Change-Id: I0342920f8398e124246b99917d75c9fdfa1e166a Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
committed by
Cayetano Santos
parent
640309cbd1
commit
c59a467c61
@@ -31037,6 +31037,28 @@ wheel mice.")
|
||||
on drag distance.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-mlscroll
|
||||
(package
|
||||
(name "emacs-mlscroll")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jdtsmith/mlscroll")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00q0s1y8y4j9qyldbp9bwd7cqd5023wizlmsm7rkns5icf42hwbm"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; No tests.
|
||||
(home-page "https://github.com/jdtsmith/mlscroll")
|
||||
(synopsis "Scroll bar for the Emacs mode line")
|
||||
(description
|
||||
"MLScroll is a text-based scrollbar for the Emacs mode line.
|
||||
Enable it with @code{mlscroll-mode}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-company-restclient
|
||||
(package
|
||||
(name "emacs-company-restclient")
|
||||
|
||||
Reference in New Issue
Block a user