Skip to content

Commit

Permalink
Merge pull request #100 from gilch/patch-2
Browse files Browse the repository at this point in the history
Fix toggle typo in readme.org
  • Loading branch information
justinbarclay authored Aug 12, 2024
2 parents 0d16bd7 + a17e762 commit 239d976
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Parinfer can operate under three different modes when writing lisp.

[[./videos/smart-mode.gif]]
** Commands
| Command | Description |
|----------------------------+-------------------------------------------------------|
| parinfer-switch-mode | Quickly switch between paren, indent, and smart modes |
| parinfer-rust-mode-disable | Toggle parinfer-rust-mode mode on or off |
| parinfer-rust-toggle-paren | Toggle between paren mode and current mode |
| Command | Description |
|---------------------------------+-------------------------------------------------------|
| parinfer-switch-mode | Quickly switch between paren, indent, and smart modes |
| parinfer-rust-toggle-disable | Toggle parinfer-rust-mode mode on or off |
| parinfer-rust-toggle-paren-mode | Toggle between paren mode and current mode |

These commands are no longer bound to the ~C-c C-p~ prefix keys by default.
If you prefer to use the old bindings, add this to your configuration (keep in mind it may clash with some major mode bindings):
Expand Down

0 comments on commit 239d976

Please sign in to comment.