mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-embark: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.19.
This commit is contained in:
parent
1d3098fc3b
commit
8c68cdecfb
1 changed files with 20 additions and 23 deletions
|
@ -10124,28 +10124,25 @@ them easier to distinguish from other, less important buffers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-embark
|
(define-public emacs-embark
|
||||||
;; XXX: Upstream did not tag last release. Use commit matching version
|
(package
|
||||||
;; bump.
|
(name "emacs-embark")
|
||||||
(let ((commit "09da327d43793f0b30114ee80d82ef587124462a"))
|
(version "0.19")
|
||||||
(package
|
(source
|
||||||
(name "emacs-embark")
|
(origin
|
||||||
(version "0.18")
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/oantolin/embark")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/oantolin/embark")
|
(base32 "05c8p7rqv9p8p3nhgcjfr66hpsqazhnhwsnfdapxd9z7wrybqbg5"))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "0drzsa9rzjy0548pa161cf1d71lnyjri31rkwyjray9gy2adbnhv"))
|
(propagated-inputs
|
||||||
(file-name (git-file-name name version))))
|
(list emacs-avy emacs-consult))
|
||||||
(build-system emacs-build-system)
|
(home-page "https://github.com/oantolin/embark")
|
||||||
(propagated-inputs
|
(synopsis "Emacs mini-buffer actions rooted in keymaps")
|
||||||
(list emacs-avy emacs-consult))
|
(description
|
||||||
(home-page "https://github.com/oantolin/embark")
|
"This package provides a sort of right-click contextual menu for Emacs
|
||||||
(synopsis "Emacs mini-buffer actions rooted in keymaps")
|
|
||||||
(description
|
|
||||||
"This package provides a sort of right-click contextual menu for Emacs
|
|
||||||
offering you relevant @emph{actions} to use on a @emph{target} determined by
|
offering you relevant @emph{actions} to use on a @emph{target} determined by
|
||||||
the context.
|
the context.
|
||||||
|
|
||||||
|
@ -10159,7 +10156,7 @@ get offered actions like deleting, copying, renaming, visiting in another
|
||||||
window, running a shell command on the file, etc. For buffers the actions
|
window, running a shell command on the file, etc. For buffers the actions
|
||||||
include switching to or killing the buffer. For package names the actions
|
include switching to or killing the buffer. For package names the actions
|
||||||
include installing, removing or visiting the homepage.")
|
include installing, removing or visiting the homepage.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-prescient
|
(define-public emacs-prescient
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue