doomemacs/modules/editor/parinfer
Colin Woodbury c1ecbb7503
fix(parinfer): unhog binding of SPC m m
This was previously clobbering the underlying binding to the ubiquitous
`macrostep-expand` function in Elisp buffers.
2021-09-29 15:03:32 -07:00
..
config.el fix(parinfer): unhog binding of SPC m m 2021-09-29 15:03:32 -07:00
doctor.el Use easier to read line break. 2021-02-28 00:19:12 +01:00
packages.el Bump :editor 2021-07-11 17:52:08 -04:00
README.org Add support for parinfer-rust-mode (#1) 2021-02-23 12:14:51 +01:00

editor/parinfer

Table of Contents   TOC

Description

Parinfer is a proof-of-concept editor mode for Lisp programming languages. It will infer some changes to keep Parens and Indentation inline with one another.

https://raw.githubusercontent.com/DogLooksGood/parinfer-mode/a7c041454e05ec2b88333a73e72debaa671ed596/images/demo.gif

More information can be found about it in the project's documentation.

Module Flags

  • +rust Use parinfer-rust-mode instead of the now deprecated parinfer-mode. This depends on Emacs being compiled with the option `with-modules`. The pre-built library is only available for Linux, Windows and MacOS.

Packages