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 racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAE8gKofPAMdVQK1Aw_WjB7wcdhxNST10itriV6a0SbGgKNaB9A%40mail.gmail.com.