mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add emacs-hideshowvis.
* gnu/packages/emacs-xyz.scm (emacs-hideshowvis): New variable.
This commit is contained in:
parent
8fe8f53454
commit
5fdc46a9fe
1 changed files with 22 additions and 0 deletions
|
@ -18873,6 +18873,28 @@ (define-public emacs-fancy-narrow
|
|||
buffer.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-hideshowvis
|
||||
(let ((commit "614e856620445166a60c00a1c4653dbd59c871c9")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-hideshowvis")
|
||||
(version (git-version "0.7" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/sheijk/hideshowvis")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ykj5jwcm03p5h7sd52qndmzihyan09lqg6rzgmyabvw7p56y90m"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/sheijk/hideshowvis")
|
||||
(synopsis "Add icons in the Emacs fringe which @code{hideshow} can hide")
|
||||
(description "Emacs package to add clickable icons in the fringe for
|
||||
regions which @code{hideshow} can hide.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-know-your-http-well
|
||||
(package
|
||||
(name "emacs-know-your-http-well")
|
||||
|
|
Loading…
Reference in a new issue