2022-01-23 20:38:27 +01:00
|
|
|
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::editor parinfer][Issues]] ↖ [[doom-repo:tree/develop/modules/editor/parinfer/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
2021-10-16 01:22:41 +02:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
#+TITLE: :editor parinfer
|
|
|
|
#+SUBTITLE: For lispers that like Python more (i.e. nobody)
|
|
|
|
#+CREATED: February 27, 2021
|
2021-11-04 13:01:45 +01:00
|
|
|
#+SINCE: 21.12.0
|
2021-10-16 01:22:41 +02:00
|
|
|
|
|
|
|
* Description :unfold:
|
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
|
|
|
** Maintainers
|
2021-10-16 01:22:41 +02:00
|
|
|
*This module needs a maintainer.* [[doom-contrib-maintainer:][Become a maintainer?]]
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
** Module flags
|
|
|
|
/This module has no flags./
|
2019-05-09 21:31:23 -04:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
** Packages
|
|
|
|
- [[doom-package:][parinfer-rust-mode]]
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
** Hacks
|
|
|
|
/No hacks documented for this module./
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
** TODO Changelog
|
|
|
|
# This section will be machine generated. Don't edit it by hand.
|
|
|
|
/This module does not have a changelog yet./
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* Installation
|
|
|
|
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
This module requires [[https://github.com/justinbarclay/parinfer-rust-mode#parinfer-rust-library][parinfer-rust]].
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* TODO Usage
|
|
|
|
#+begin_quote
|
|
|
|
🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
|
|
|
|
#+end_quote
|
2021-09-04 08:37:18 -07:00
|
|
|
|
|
|
|
** Keybindings
|
2021-10-16 01:22:41 +02:00
|
|
|
| Binding | Description |
|
|
|
|
|-----------------+-------------------------------------------|
|
|
|
|
| [[kbd:][<localleader> p]] | Toggle between different inference modes. |
|
|
|
|
| [[kbd:][<localleader> P]] | Temporarily disable parinfer. |
|
2021-09-04 08:37:18 -07:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* TODO Configuration
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
|
|
|
|
#+end_quote
|
2021-09-04 08:37:18 -07:00
|
|
|
|
|
|
|
* Troubleshooting
|
2021-10-16 01:22:41 +02:00
|
|
|
/There are no known problems with this module./ [[doom-report:][Report one?]]
|
|
|
|
|
|
|
|
* Frequently asked questions
|
|
|
|
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
|
|
|
|
|
|
|
* TODO Appendix
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
|
|
|
#+end_quote
|