26 lines
960 B
Org Mode
26 lines
960 B
Org Mode
#+TITLE: command-log layer
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
* Description
|
|
This layer adds a handy command demonstration mode to Spacemacs.
|
|
|
|
** Features:
|
|
- Support for logging all entered keys and triggered commands in a designated buffer via [[https://github.com/lewang/command-log-mode][command-log-mode]].
|
|
- Provides the best way to demonstrate the connection between keystrokes and commands in emacs.
|
|
- Provides an easy way to create command logs for training classes.
|
|
|
|
* Install
|
|
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
|
add =command-log= to the existing =dotspacemacs-configuration-layers= list in this
|
|
file.
|
|
|
|
* Key bindings
|
|
|
|
| Key Binding | Description |
|
|
|-------------+------------------------|
|
|
| ~SPC a L~ | Toggle the command log |
|