elmacro icon indicating copy to clipboard operation
elmacro copied to clipboard

Support evil

Open Silex opened this issue 7 years ago • 0 comments

  (evil-record-macro 113)
  (command1)
  (command2)
  (command3)
  (evil-record-macro nil)

Maybe refactor to introduce elmacro-macro-regexps with pairs like "(evil-record-macro \d+)" . "(evil-record-macro nil)"

Given we have a register, maybe defun elmacro-show-evil-macro (register) makes sense here.

Silex avatar Nov 13 '18 09:11 Silex