[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/19: gnu: Add emacs-evil-textobj-syntax.
From: |
guix-commits |
Subject: |
14/19: gnu: Add emacs-evil-textobj-syntax. |
Date: |
Mon, 6 May 2019 05:19:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit df7d0dce4b2d23853feb111bd6a7dda09c722232
Author: Brian Leung <address@hidden>
Date: Fri Apr 19 20:58:59 2019 +0200
gnu: Add emacs-evil-textobj-syntax.
* gnu/packages/emacs-xyz.scm (emacs-evil-textobj-syntax): 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 b33502f..18bc87e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2743,6 +2743,33 @@ the speedbar window.")
"This package provides a macro that writes your namespaces for you.")
(license license:gpl3+))))
+(define-public emacs-evil-textobj-syntax
+ (let ((commit "2d9ba8c75c754b409aea7469f46a5cfa52a872f3")
+ (version "0")
+ (revision "1"))
+ (package
+ (name "emacs-evil-textobj-syntax")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/laishulu/evil-textobj-syntax/")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-evil" ,emacs-evil)
+ ("emacs-names" ,emacs-names)))
+ (home-page "https://github.com/laishulu/evil-textobj-syntax/")
+ (synopsis "Text objects based on syntax highlighting")
+ (description
+ "This package provides text objects for @code{evil-mode} with
+boundaries defined by syntax highlighting.")
+ (license license:gpl3+))))
+
(define-public emacs-ob-ipython
(package
(name "emacs-ob-ipython")
- branch master updated (654332f -> fc7d632), guix-commits, 2019/05/06
- 03/19: gnu: address@hidden: Fix limits.h include for cross builds., guix-commits, 2019/05/06
- 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 10/19: gnu: quickswitch-i3: Fix license field to use license:wtfpl2., guix-commits, 2019/05/06
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax.,
guix-commits <=
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit., guix-commits, 2019/05/06
- 02/19: gnu: cross-base: Apply gcc 8 patch to gcc >= 8., guix-commits, 2019/05/06
- 13/19: gnu: Add emacs-names., guix-commits, 2019/05/06
- 11/19: gnu: Add git-annex-remote-rclone., guix-commits, 2019/05/06