This commit adds support for the module flag +rust, which will use parinfer-rust-mode instead of parinfer-mode. Parinfer-rust-mode makes use of an external library named parinfer-rust to do the heavy lifting. As such, --with-modules must be enabled.
1,022 B
1,022 B
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.
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.