smartparens icon indicating copy to clipboard operation
smartparens copied to clipboard

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

Results 231 smartparens issues
Sort by recently updated
recently updated
newest added

the default keybinding (defined in _smartparens.el_) for _sp-unwrap-sexp_ and _sp-backward-unwrap-sexp_ is `M-` and `M-` right now. it's annoy for people who get used to use `M-` to delete the word...

enhancement
configuration

Thanks for the great package. I added some pairs for OCaml in #1118, but I found my mistake. This fixes `module ... end` to `struct ... end`. Thank you!

Hi. I can start SmartParens by default with the following in my .emacs config file: (require 'smartparens) (smart-parens-global-mode t) This works, but it doesn't start strict mode on startup. Does...

This patch adds support for EDoc verbatim quoting for Erlang comments.

## Expected behavior Smartparens should pair a backquote `` ` `` with a single quote `'` inside erlang comments to support [EDoc verbatim quoting](https://www.erlang.org/doc/apps/edoc/chapter.html#verbatim-quoting). ## Actual behavior Smartparens pairs backquote...

I want to disable auto pair the "=" on org-mode completely. so, i try this: ```cl (sp-local-pair 'org-mode "=" "=" :when nil) ``` But it work. Thank you.

When I installed `smartparens`, one of my main use cases was to be able to easily wrap any text with a pair. As I understand it, this can be done...

[`clojure-ts-mode`](https://github.com/clojure-emacs/clojure-ts-mode) is developed as a distinct alternative to `clojure-mode`, as discussed here: https://github.com/clojure-emacs/clojure-mode/issues/640#issuecomment-1359708131

## Expected behavior Executing at least one of these commands should remove the insert action from the "(" pair ``` (sp-pair "(" ")" :actions '(:rem insert) ;; or (sp-pair "("...

## Expected behavior Can kill a sexp in e.g. an Info buffer in order to paste elsewhere. ## Actual behavior Get message "Buffer is read only". ## Steps to reproduce...

bug
unconfirmed
version:emacs:29