Experiments

Some features are work-in-progress or it’s undecided whether they should form part of the official release, so they are switched off by default.

If you’d like to have a peek and help testing them, you can enable them individually with:

(setq run-command-experiments '(experiment-1 experiment-2))

Experimental feature status

namestatusdescription
run-command-experiment-function-command-linesretiredAllow specifying command line via function Integrated.
run-command-experiment-vterm-run-methodretiredRun commands in a vterm (opens in a new tab) buffer Integrated.
static-recipesretiredAllow recipes to be defined by variables in addition to functions. See this example (opens in a new tab) for equivalent functionality.
run-command-experiment-lisp-commandsretiredRun inline Lisp functions in addition to external commands.