~ruther/guix-local

c59a467c616315c94bdf63c15873cc50a1e79c24 — Liam Hupfer 9 months ago 640309c
gnu: Add emacs-mlscroll.

* gnu/packages/emacs-xyz.scm (emacs-mlscroll): New variable.

Change-Id: I0342920f8398e124246b99917d75c9fdfa1e166a
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
1 files changed, 22 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +22 -0
@@ 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")