smartparens
smartparens copied to clipboard
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
Using ruby-mode, typing `def SPC` no longer inserts `end` for me. I'm at a loss as to why this happened. I tried going back N months back per Git history....
## Expected behavior When I type 'defp' and then type SPC I want to see ``` defp | do end ``` ## Actual behavior When I type 'defp' I immediately...
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b6659e98a4fcaa44477b64d7782243feca020418
## Expected behavior An option to match `electric-pair-mode` behavior when wrapping regions by typing the opening character is present. ## Actual behavior `smartparens` behaves differently than `electric-pair-mode` and provides no...
Hi, thanks for your maintenance. I added `sp-delete-hybrid-sexp`, which is same as `sp-kill-hybrid-sexp` except deleted sexps are not pushed to `kill-ring`.
## Expected behavior ```jsx // Be able to select the inner div and wrap it in {} // Which will become {} // This is useful when doing something like...
## Mismatched sexp state: wrapping would break structure ## Expected behaviour In org mode buffer, with smartparens mode enabled, selecting text and pressing '*' should wrap the text in parens...