[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/35: gnu: Add emacs-undo-propose-el.
From: |
guix-commits |
Subject: |
04/35: gnu: Add emacs-undo-propose-el. |
Date: |
Sun, 14 Apr 2019 11:42:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e22ab6a1b4c31f42c19e059cc9f25f4ceeb78a49
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 00:54:52 2019 +0200
gnu: Add emacs-undo-propose-el.
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): 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 c8cd3a7..d0ef3c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14294,6 +14294,32 @@ command\", but because it always involves at least two
commands (a prefix and
a suffix) we prefer to call it just a \"transient\".")
(license license:gpl3+))))
+(define-public emacs-undo-propose-el
+ (let ((commit "5f1fa99a04369a959aad01b476fe4f34229f28cd")
+ (version "1.0.0")
+ (revision "1"))
+ (package
+ (name "emacs-undo-propose-el")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jackkamm/undo-propose-el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1p9h1fqmva07mcs46rqrg9vqn537b615as84s9b7xh76k1r8h1c0"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/jackkamm/undo-propose-el")
+ (synopsis "Simple and safe navigation of @code{undo} history")
+ (description "This package permits navigation of @code{undo} history in a
+temporary buffer, which is read-only save for @code{undo} commands, and
+subsequent committal of a chain of @code{undo} commands as a single edit in
+the @code{undo} history.")
+ (license license:gpl3+))))
+
(define-public emacs-semantic-refactor
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
;; commits since then.
- branch master updated (a84510f -> f446f78), guix-commits, 2019/04/14
- 01/35: installer: Add wpa-supplicant along with NetworkManager and Connman., guix-commits, 2019/04/14
- 02/35: tests: separate-store-os: Increase root partition size., guix-commits, 2019/04/14
- 03/35: vm: Do not mount /xchg with "cache=loose"., guix-commits, 2019/04/14
- 04/35: gnu: Add emacs-undo-propose-el.,
guix-commits <=
- 10/35: gnu: Add emacs-fish-mode., guix-commits, 2019/04/14
- 09/35: gnu: Add emacs-prettier., guix-commits, 2019/04/14
- 07/35: gnu: Add emacs-flycheck-haskell., guix-commits, 2019/04/14
- 08/35: gnu: Add emacs-js2-refactor-el., guix-commits, 2019/04/14
- 14/35: gnu: Add emacs-vdiff., guix-commits, 2019/04/14
- 18/35: gnu: Add emacs-ert-async., guix-commits, 2019/04/14
- 12/35: gnu: Add emacs-tco-el., guix-commits, 2019/04/14
- 11/35: gnu: Add emacs-eshell-up., guix-commits, 2019/04/14
- 06/35: gnu: Add emacs-vimrc-mode., guix-commits, 2019/04/14
- 05/35: gnu: Add emacs-elisp-docstring-mode., guix-commits, 2019/04/14