Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.46 KB

README.org

File metadata and controls

55 lines (38 loc) · 1.46 KB

editor/parinfer

Table of Contents

Description

Parinfer is a minor mode that aids the writing of Lisp code. It automatically infers parenthesis matching and indentation alignment, keeping your code balanced and beautiful.

Note that the original parinfer-mode has been deprecated and superceded by parinfer-rust-mode, which has much better performance.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

Prerequisites

This module has no prerequisites.

Features

Keybindings

BindingDescription
<localleader> m pToggle between different inference modes.
<localleader> m PTemporarily disable parinfer.

Configuration

Troubleshooting