mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-toodoo: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-toodoo) [propagated-inputs]: Remove emacs-transient.
This commit is contained in:
parent
0620e770b0
commit
110066508a
1 changed files with 1 additions and 1 deletions
|
@ -13244,7 +13244,7 @@ (define-public emacs-toodoo
|
|||
(base32
|
||||
"00q7aym0kl03j9m66pivgy0snxcjjg402049b2wdy18kgyypfvx8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-transient emacs-evil))
|
||||
(propagated-inputs (list emacs-evil))
|
||||
(home-page "https://github.com/ChanderG/toodoo.el")
|
||||
(synopsis "Magit-like interface for a Todo workflow built on top of Org")
|
||||
(description "This package provides a minor mode for fast and easy management of Todos
|
||||
|
|
Loading…
Reference in a new issue