emacs-transient 0.8.7
Transient commands in Emacs
Taking inspiration from prefix keys and prefix arguments in Emacs, Transient implements a similar abstraction involving a prefix command, infix arguments and suffix commands. We could call this abstraction a "transient command", but because it always involves at least two commands (a prefix and a suffix) we prefer to call it just a "transient".
- Outputs:
out
- Website: https://magit.vc/manual/transient
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-transient 0.8.7
as follows:
guix install emacs-transient@0.8.7
Or install the latest version:
guix install emacs-transient
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.