[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: Add emacs-evil-expat.
From: |
guix-commits |
Subject: |
08/13: gnu: Add emacs-evil-expat. |
Date: |
Thu, 11 Apr 2019 07:46:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6d53111385b804b7eb7e4f414dc1c02d30848515
Author: Brian Leung <address@hidden>
Date: Thu Apr 4 06:17:25 2019 +0200
gnu: Add emacs-evil-expat.
* gnu/packages/emacs-xyz.scm (emacs-evil-expat): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e8035a3..ece6a8a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5759,6 +5759,33 @@ surrounding lines.")
aligning text objects based on separators.")
(license license:gpl3+))))
+(define-public emacs-evil-expat
+ (let ((commit "4c344ea19b789002d759a202ffbf594730d2c59a")
+ (version "0.0.1")
+ (revision "1"))
+ (package
+ (name "emacs-evil-expat")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/edkolev/evil-expat")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "16v7fnldxag6l1lsnrnhdjkga9qi78lbdfbb82k6pmv04991mbkr"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (home-page "https://github.com/edkolev/evil-expat")
+ (synopsis "Extra @code{ex} commands for @code{evil-mode}")
+ (description
+ "This package provides additional commands for the @code{ex} command
+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-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 <=
- 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
- 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