guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]