- GNU Emacs >= 30.0.50
- Package management with straight.el
- Command menus with built-in transient.el
mkdir ~/.config # if not exists
git clone git@github.com:nukosuke/.emacs.d.git ~/.config/emacs
/site-lisp/dispatch.el
holds transient commands.
Dispatcher list including NOT original commands.
Dispatcher | Bind | Description |
---|---|---|
straight-dispatch | C-c p | Commands for package management with straight.el. |
consult-dispatch | C-c l | Commands for Consult and its extensions. |
zoom-dispatch | [F9] | Commands to zoom in/out window. |
resize-dispatch | C-c r | Commands to resize window. |
avy-dispatch | C-c a | Commands for Avy. |
magit-dispatch | C-c C-c | NOT defined here. It’s magit built-in command. See the magit document for details. |
org-export-dispatch | C-c C-e | NOT defined here. It’s Org built-in command. NOT transient command, but similar behavior. |
Copyright (c) 2019- nukosuke.
See the file COPYING.