gnu: emacs-rg: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-rg) [propagated-inputs]: Remove emacs-transient.
This commit is contained in:
parent
268b53b3a6
commit
0620e770b0
1 changed files with 1 additions and 1 deletions
|
@ -5069,7 +5069,7 @@ (define-public emacs-rg
|
|||
(emacs-substitute-sexps file
|
||||
("(defcustom rg-executable" "rg"))))))))
|
||||
(propagated-inputs
|
||||
(list emacs-s emacs-transient emacs-wgrep ripgrep))
|
||||
(list emacs-s emacs-wgrep ripgrep))
|
||||
(home-page "https://rgel.readthedocs.io/en/latest/")
|
||||
(synopsis "Search tool based on @code{ripgrep}")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue