a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Transient command menus - Docs
Transient is the library used to implement the keyboard-driven
"menus" in Magit. It is distributed as a separate package, so that it
can be used to implement similar menus in other packages.
.
This package contain the documentation for transient.
Description: Emacs key and popup interface for complex keybindings
Taking inspiration from prefix keys and prefix arguments, 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".
.
This package contain the documentation for transient
--- 318084 Thu Jan 1 00:00:00 1970
+++ 276862 Thu Jan 1 00:00:00 1970
@@ -1,6 +1,9 @@
-Transient command menus - Docs
- Transient is the library used to implement the keyboard-driven
- "menus" in Magit. It is distributed as a separate package, so that it
- can be used to implement similar menus in other packages.
+Emacs key and popup interface for complex keybindings
+ Taking inspiration from prefix keys and prefix arguments, 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".
.
- This package contain the documentation for transient.
+ This package contain the documentation for transient