doomemacs/modules/editor/parinfer
Colin Woodbury fc79256de5
fix(parinfer): robust check for shared Rust object
This helps other platforms like Nix that put shared objects in
interesting places.
2021-09-29 15:03:36 -07:00
..
config.el refactor!(parinfer): drop support for parinfer-mode 2021-09-29 15:03:36 -07:00
doctor.el fix(parinfer): robust check for shared Rust object 2021-09-29 15:03:36 -07:00
packages.el refactor!(parinfer): drop support for parinfer-mode 2021-09-29 15:03:36 -07:00
README.org docs(parinfer): update README to latest template 2021-09-29 15:03:36 -07:00

editor/parinfer

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.

Prerequisites

This module has no prerequisites.

Features

Keybindings

Binding Description
<localleader> m p Toggle between different inference modes.
<localleader> m P Temporarily disable parinfer.

Configuration

Troubleshooting