This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+misc/parinfer/README.org

1.2 KiB

Parinfer layer

/TakeV/spacemacs/media/commit/bb3e3b2103fcca02cbbcdf34f9c7b63dde33f8f3/layers/+misc/parinfer/img/parinfer.png

Description

This layer provides an implementation of parinfer, a lisp editing paradigm that controls indentation based on parentheses or vice versa.

Features:

  • Automatic managment of parenthesis in clojure, emacs lisp, common-lisp and scheme following the parinfer editing paradigm.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add parinfer to the existing dotspacemacs-configuration-layers list in this file.

Configuration

See the official package documentation for information about how the parinfer works and how to configure it.

Key bindings

Key Binding Description
SPC t P Toggle between parinfer indent and paren mode