[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: Add emacs-janpath-evil-numbers.
From: |
guix-commits |
Subject: |
02/13: gnu: Add emacs-janpath-evil-numbers. |
Date: |
Thu, 11 Apr 2019 07:46:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ab0471e9fc88b0bf365ffb4f6595ceaff245a21e
Author: Brian Leung <address@hidden>
Date: Thu Apr 4 06:10:24 2019 +0200
gnu: Add emacs-janpath-evil-numbers.
* gnu/packages/emacs-xyz.scm (emacs-janpath-evil-numbers): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5e52719..9eb7fe8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5603,6 +5603,32 @@ go to the second most recent edit, etc. Negative
argument, @kbd{C-u -}, is
used for reverse direction.")
(license license:gpl2+)))
+(define-public emacs-janpath-evil-numbers
+ (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")
+ (version "0.5")
+ (revision "1"))
+ (package
+ (name "emacs-janpath-evil-numbers")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/janpath/evil-numbers")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (home-page "https://github.com/janpath/evil-numbers")
+ (synopsis "Increment and decrement numeric literals")
+ (description
+ "This package provides functionality to search for a number up to the
+end of a line and increment or decrement it.")
+ (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 <=
- 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, 2019/04/11
- 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