1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +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))
(native-inputs
(list emacs-ert-runner emacs-undercover))
(arguments
`(#:test-command '("ert-runner")))
(synopsis "Suggest Elisp functions that give the output requested")
(description "Suggest.el will find functions that give the output
requested. It's a great way of exploring list, string and arithmetic