2019-05-09 21:31:23 -04:00
|
|
|
#+TITLE: editor/parinfer
|
|
|
|
#+DATE: June 9, 2018
|
|
|
|
#+SINCE: v2.1
|
2021-09-04 08:37:18 -07:00
|
|
|
#+STARTUP: inlineimages nofold
|
2018-11-14 07:22:39 +11:00
|
|
|
|
2021-09-04 08:37:18 -07:00
|
|
|
* Table of Contents :TOC_3:noexport:
|
2019-05-09 21:31:23 -04:00
|
|
|
- [[#description][Description]]
|
2021-09-04 08:37:18 -07:00
|
|
|
- [[#maintainers][Maintainers]]
|
2019-05-09 21:31:23 -04:00
|
|
|
- [[#module-flags][Module Flags]]
|
2021-09-04 08:37:18 -07:00
|
|
|
- [[#plugins][Plugins]]
|
|
|
|
- [[#prerequisites][Prerequisites]]
|
|
|
|
- [[#features][Features]]
|
|
|
|
- [[#keybindings][Keybindings]]
|
|
|
|
- [[#configuration][Configuration]]
|
|
|
|
- [[#troubleshooting][Troubleshooting]]
|
2019-05-09 21:31:23 -04:00
|
|
|
|
|
|
|
* Description
|
|
|
|
|
2021-09-04 08:37:18 -07:00
|
|
|
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.
|
2019-05-09 21:31:23 -04:00
|
|
|
|
2021-09-04 08:37:18 -07:00
|
|
|
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.
|
2019-05-09 21:31:23 -04:00
|
|
|
|
|
|
|
** Module Flags
|
|
|
|
|
2021-09-04 08:37:18 -07:00
|
|
|
This module provides no flags.
|
|
|
|
|
|
|
|
** Plugins
|
|
|
|
|
|
|
|
+ [[https://github.com/justinbarclay/parinfer-rust-mode][parinfer-rust-mode]]
|
|
|
|
|
|
|
|
* 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
|
|
|
|
# How to configure this module, including common problems and how to address them.
|
|
|
|
|
|
|
|
* Troubleshooting
|
|
|
|
# Common issues and their solution, or places to look for help.
|