[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/19: gnu: Add emacs-miniedit.
From: |
guix-commits |
Subject: |
19/19: gnu: Add emacs-miniedit. |
Date: |
Mon, 6 May 2019 05:19:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fc7d632829e93bd1c6d2db6f99ce22766ff9c67a
Author: Brian Leung <address@hidden>
Date: Fri Apr 19 21:00:13 2019 +0200
gnu: Add emacs-miniedit.
* gnu/packages/emacs-xyz.scm (emacs-miniedit): 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 6960a47..74d3970 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2873,6 +2873,29 @@ completion of relevant keywords.")
user.")
(license license:gpl3+))))
+(define-public emacs-miniedit
+ (package
+ (name "emacs-miniedit")
+ (version "2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsmirror/miniedit")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/emacsmirror/miniedit/")
+ (synopsis "Enhanced editing for minibuffer fields")
+ (description
+ "This package provides a function that can be called from the
+minibuffer to enable editing the minibuffer input in another buffer with
address@hidden enabled.")
+ (license license:gpl2+)))
+
(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 <=
- 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, 2019/05/06
- 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