paredit-everywhere

Homepage: https://github.com/purcell/paredit-everywhere

Author: Steve Purcell

Updated:

Summary

Enable some paredit features in non-lisp buffers

Commentary

It turns out that a lot of the paredit key bindings work as
expected in non-lisp buffers, since many major modes provide
reasonable sexp-oriented navigation.

This library, then, provides a minor mode which enables a subset
of the `paredit' library's editing commands in non-lisp buffers.

Usage:

(add-hook 'prog-mode-hook 'paredit-everywhere-mode)

Dependencies