On 2017-03-15, at 20:04, Erik Hetzner <[email protected]> wrote: > In general, in emacs, I'd do > > `C-x (` to start a keyboard macro > `C-x 8 * E` (as Marcin said) > `C-x )` to stop the keyboard macro > `C-x C-k n euro` to name the macro > `C-x C-k b` to bind the macro to a key (e.g. C-c e) (see > https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html#Key-Binding-Conventions > ) > Open your `.emacs` file > `C-u M-x insert-kbd-macro` > > This will create a reusable keyboard macro that is bound to a keystroke > that you can use.
If you want to go that route, in recent Emacsen it is easier to start and stop recording a keyboard macro with <f3> and <f4> respectively. Best, -- Marcin Borkowski -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
