ddb806827f
Uses command-log-mode package, useful for createing demos.
25 lines
851 B
Org Mode
25 lines
851 B
Org Mode
#+TITLE: command-log layer
|
|
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
|
|
|
|
* Table of Contents :TOC_4_org:noexport:
|
|
- [[Description][Description]]
|
|
- [[Install][Install]]
|
|
- [[Key bindings][Key bindings]]
|
|
|
|
* 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 [[https://github.com/lewang/command-log-mode][command-log-mode]].
|
|
|
|
* Install
|
|
To use this contribution add it to your =~/.spacemacs=
|
|
|
|
#+begin_src emacs-lisp
|
|
(setq-default dotspacemacs-configuration-layers '(command-log))
|
|
#+end_src
|
|
|
|
* Key bindings
|
|
|
|
| Key Binding | Description |
|
|
|-------------+------------------------|
|
|
| ~SPC a L~ | Toggle the command log |
|