[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Echo elisp commands in a buffer
From: |
Drew Adams |
Subject: |
RE: Echo elisp commands in a buffer |
Date: |
Mon, 27 Aug 2018 18:14:58 -0700 (PDT) |
> Is there a facility, setting or plugin in emacs to list the sequence of elisp
> commands when using emacs, except perhaps listing the actual text a user
> enters ?
>
> example
>
> next-line
> [some edits]
> to-beginning-of-line
> [some edit]
Library showkey.el can help with this. See `showkey-log-mode'.
https://www.emacswiki.org/emacs/ShowKey