embrace.el
embrace.el copied to clipboard
Add/Change/Delete pairs based on `expand-region', similar to `evil-surround'.
If i try to quit out of embrace commander using either the usual C-g, Esc, or q it throws a debug error. Can you provide some Quit keys?
I just would like to say that, even though this package is not updated anymore for quite some time, I'm still using it and I'm still happy about it. Thank...
If encountered a bug, that occurs if the last character of the line in a latex document is a curly bracket. **What did you expect to happen?** I expected embrace...
Currently embrace a/d/c the delimiters like ``, '', "", {}, []..., but it doesn't a/d/c the string inside those delimiters, like `change-inner` does, the problem of `change-inner` is, it doesn't...
The quotes in latex should be different from that by default, how can I change the defalut pair ? BTW, you can add the \begin{}\end{} environment in latex mode.
Hi there, Just saw your post on /r/emacs, and this looks great! Can't wait to try it. I have an idea: I have this code which I use to enclose...
I am enjoying using embrace, thank you for a nice package. I do wonder if, when embrace is executed with an active region, that region could be used instead of...
I have the impression that there are some relationships with [`composable.el`](https://github.com/paldepind/composable.el). For example, you could sync with composable's author to agree on which character selects which unit/object. You seem to...
When `embrace--pairs-list` contains more then 18 pairs, help buffer raise error "embrace--show-pair-help-buffer: Wrong type argument: char-or-string-p, nil"
If `expand-region-smart-cursor` is set to `t` the point may end up at the end of the region. In that case `embrace--expand-region-research` will fail to identify the matching pair leading to...