mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add emacs-so-long.
* gnu/packages/emacs-xyz.scm (emacs-so-long): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0636742b77
commit
f385249875
1 changed files with 24 additions and 0 deletions
|
@ -13665,6 +13665,30 @@ (define-public emacs-pinentry
|
||||||
server with @code{M-x pinentry-start}.")
|
server with @code{M-x pinentry-start}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-so-long
|
||||||
|
(let ((commit "3ebe97decdb5cbbfba82ca686e0ad2c7d2722b4a")
|
||||||
|
(version "1.0")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-so-long")
|
||||||
|
(version (git-version version revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://git.savannah.gnu.org/git/so-long.git")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0fi71g5rsdsi978jz8406k8hvzgnssm9wxar8yqfhs97178r9s5m"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://www.emacswiki.org/emacs/SoLong")
|
||||||
|
(synopsis "Improve performance in files with long lines")
|
||||||
|
(description "This package improves the performance of Emacs when
|
||||||
|
viewing files with long lines.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-brain
|
(define-public emacs-org-brain
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-brain")
|
(name "emacs-org-brain")
|
||||||
|
|
Loading…
Reference in a new issue