spacemacs/layers/+tools/command-log
Bar Magal ddb806827f Add command-log layer: logs key strokes, commands
Uses command-log-mode package, useful for createing demos.
2015-12-13 01:37:46 -05:00
..
packages.el Add command-log layer: logs key strokes, commands 2015-12-13 01:37:46 -05:00
README.org Add command-log layer: logs key strokes, commands 2015-12-13 01:37:46 -05:00

command-log layer

Description

command-log can be used to demo Emacs to an audience. When activated, keystrokes get logged into a designated buffer, along with the command bound to them. For more info check command-log-mode.

Install

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(command-log))

Key bindings

Key Binding Description
SPC a L Toggle the command log