Was curious about this feature so I went looking. It might be lispy-tab
<http://oremacs.com/lispy/#lispy-tab>.


On Wed, Nov 17, 2021 at 10:35 AM David Storrs <[email protected]>
wrote:

> In Emacs, I've seen a demonstration where one keystroke can pull all
> closing parens together, transforming this (point/cursor position is shown
> as |):
>
> (let ()
>   (let ()
>        (some-func 'a)|
>   )
> )
>
> into this:
>
> (let ()
>   (let ()
>        (some-func 'a)))|
>
> I haven't been able to find the relevant keyboard command.  Does anyone
> know it?  I'm not sure if it's racket-mode, paredit, or some other thing.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/CAE8gKofPAMdVQK1Aw_WjB7wcdhxNST10itriV6a0SbGgKNaB9A%40mail.gmail.com
> <https://groups.google.com/d/msgid/racket-users/CAE8gKofPAMdVQK1Aw_WjB7wcdhxNST10itriV6a0SbGgKNaB9A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CACQBWFnua4X3d_X2h9CuN5_O9uM9jVM3Yp4XDnJ5vt400Q_FMw%40mail.gmail.com.

Reply via email to