mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add emacs-vlf.
* gnu/packages/emacs-xyz.scm (emacs-vlf): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f677f8b6db
commit
ce38e65f3d
1 changed files with 19 additions and 0 deletions
|
@ -642,6 +642,25 @@ (define-public emacs-hyperbole
|
|||
buffers, directory trees, or the web.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-vlf
|
||||
(package
|
||||
(name "emacs-vlf")
|
||||
(version "1.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"vlf-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0hpri19z6b7dqmrj5ckp8sf0m0l72lkgahqzvfmwhgpgv2p81bny"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/m00natic/vlfi/")
|
||||
(synopsis "View large files in Emacs")
|
||||
(description
|
||||
"Vlf is an Emacs minor mode that allows viewing, editing, searching and
|
||||
comparing large files in batches.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-hg-histedit
|
||||
;; From 2021-03-02.
|
||||
;; No releases available.
|
||||
|
|
Loading…
Reference in a new issue