mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-repeat-fu.
* gnu/packages/emacs-xyz.scm (emacs-repeat-fu): New variable. Change-Id: I6b0ae0c700a475fdbd508177dc5e1e18a6e49143 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2d16edf564
commit
6674cadfbc
1 changed files with 26 additions and 0 deletions
|
@ -34730,6 +34730,32 @@ inserting a new line with the same indentation level as the current line.")
|
||||||
(home-page "https://github.com/jamescherti/outline-indent.el")
|
(home-page "https://github.com/jamescherti/outline-indent.el")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-repeat-fu
|
||||||
|
;; Upstream has no tags; release extracted from source code
|
||||||
|
(let ((commit "b91d55001cca71e5df7a9f665c7da73ab9f55efd")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-repeat-fu")
|
||||||
|
(version (git-version "0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://codeberg.org/ideasman42/emacs-repeat-fu")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "04kpzwcl3lzqvaw16wy7qjw5kfnbhndby1adwkv8p3bbqjqj5g48"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ; No tests
|
||||||
|
(synopsis "Minor mode to repeat typing or commands")
|
||||||
|
(description
|
||||||
|
"Repeat multi-command \"edits\" with configurable behavior, supporting
|
||||||
|
multiple modal editing systems.")
|
||||||
|
(home-page "https://codeberg.org/ideasman42/emacs-repeat-fu")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-repo
|
(define-public emacs-repo
|
||||||
(package
|
(package
|
||||||
(name "emacs-repo")
|
(name "emacs-repo")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue