[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: Add emacs-evil-nerd-commenter.
From: |
guix-commits |
Subject: |
09/13: gnu: Add emacs-evil-nerd-commenter. |
Date: |
Thu, 11 Apr 2019 07:46:51 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a99e7f524e5984fc4a696928c02442a1cc400945
Author: Brian Leung <address@hidden>
Date: Thu Apr 4 06:17:42 2019 +0200
gnu: Add emacs-evil-nerd-commenter.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ece6a8a..afaf153 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5786,6 +5786,29 @@ line, including functions for version control with Git
and for copying and
pasting into and from @code{tmux} paste buffers.")
(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
address@hidden")
+ (license license:gpl3+)))
+
(define-public emacs-monroe
(package
(name "emacs-monroe")
- branch master updated (0239446 -> 9abfbd7), guix-commits, 2019/04/11
- 02/13: gnu: Add emacs-janpath-evil-numbers., guix-commits, 2019/04/11
- 06/13: gnu: Add emacs-evil-text-object-python., guix-commits, 2019/04/11
- 03/13: gnu: Add emacs-evil-exchange., guix-commits, 2019/04/11
- 01/13: gnu: rust: Update to 1.33.0, guix-commits, 2019/04/11
- 08/13: gnu: Add emacs-evil-expat., guix-commits, 2019/04/11
- 07/13: gnu: Add emacs-evil-lion., guix-commits, 2019/04/11
- 11/13: gnu: Add emacs-evil-visualstar., guix-commits, 2019/04/11
- 09/13: gnu: Add emacs-evil-nerd-commenter.,
guix-commits <=
- 05/13: gnu: Add emacs-evil-indent-plus., guix-commits, 2019/04/11
- 04/13: gnu: Add emacs-evil-replace-with-register., guix-commits, 2019/04/11
- 13/13: gnu: neovim: Depend on Lua 5.1, not 5.2., guix-commits, 2019/04/11
- 10/13: gnu: Add emacs-evil-visual-replace., guix-commits, 2019/04/11
- 12/13: gnu: arm-trusted-firmware: Update to 2.1., guix-commits, 2019/04/11