mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add emacs-evil-nerd-commenter.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6d53111385
commit
a99e7f524e
1 changed files with 23 additions and 0 deletions
|
@ -5786,6 +5786,29 @@ (define-public emacs-evil-expat
|
||||||
pasting into and from @code{tmux} paste buffers.")
|
pasting into and from @code{tmux} paste buffers.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-evil-nerd-commenter
|
||||||
|
(package
|
||||||
|
(name "emacs-evil-nerd-commenter")
|
||||||
|
(version "3.3.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/redguardtoo/evil-nerd-commenter")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0074i9lvfs5hkbf63g1xh3n7dbmkax30bppkx2cd394c7zlsvzzk"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||||
|
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
||||||
|
(synopsis "Comment and uncomment lines efficiently")
|
||||||
|
(description
|
||||||
|
"This package provides text objects and operators for comments within
|
||||||
|
@code{evil-mode}.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-monroe
|
(define-public emacs-monroe
|
||||||
(package
|
(package
|
||||||
(name "emacs-monroe")
|
(name "emacs-monroe")
|
||||||
|
|
Loading…
Reference in a new issue