emacs-evil / emacs-evil/evil-surround
Is it possible to call evil-surround-change programatically?
Open
need-help
- Dominant language
- Emacs Lisp
- Stars
- 676
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
I would like to use it in a macro but I'm not sure how to do that.
I figured our something like this:
```lisp
(call-interactively #'evil-surround-change t (vector "]" ")"))
```
but it still prompts for character to change so I'm not sure how to proceed or where to look.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.