Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1022 Bytes

README.org

File metadata and controls

25 lines (19 loc) · 1022 Bytes

editor/parinfer

Table of Contents

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