|
|
|
|
|
by pmoriarty
4236 days ago
|
|
I don't know about vanilla emacs (because I don't use it), but when using emacs in evil-mode, you can record a macro to a register and then edit the register. That way you can correct your mistakes. You can also append to registers and combine registers, so you can continue recording macros where you left-off. Since evil-mode is a vim-emulation mode for emacs, the above is possible in vim as well. |
|