user.apps.emacs.emacs_commands.py
Modules
Actions
- user.emacs(command_name: str, prefix: int | NoneType = typing.Optional[int])
Runs the emacs command `command_name`. Defaults to using M-x, but may use a key binding if known or rpc if available. Provides numeric prefix argument `prefix` if specified.
Lists
- user.emacs_command
Emacs commands