1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: emacs-suggest: Use implicit “ert-runner”.

* gnu/packages/emacs-xyz.scm (emacs-suggest): Drop arguments.
This commit is contained in:
Liliana Marie Prikler 2025-03-02 15:12:19 +01:00
parent e610449c6a
commit e407412f9f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -28568,8 +28568,6 @@ and doesn't require memorisation of commands.
emacs-shut-up)) emacs-shut-up))
(native-inputs (native-inputs
(list emacs-ert-runner emacs-undercover)) (list emacs-ert-runner emacs-undercover))
(arguments
`(#:test-command '("ert-runner")))
(synopsis "Suggest Elisp functions that give the output requested") (synopsis "Suggest Elisp functions that give the output requested")
(description "Suggest.el will find functions that give the output (description "Suggest.el will find functions that give the output
requested. It's a great way of exploring list, string and arithmetic requested. It's a great way of exploring list, string and arithmetic