From 4a79d11ce9d274b361301930c7f4fb3912c3fb3d Mon Sep 17 00:00:00 2001 From: gilch Date: Sun, 11 Aug 2024 16:37:25 -0600 Subject: [PATCH 1/2] Fix toggle typo in readme.org --- readme.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.org b/readme.org index 8f63377..ce378f9 100644 --- a/readme.org +++ b/readme.org @@ -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 | 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): From a17e762d829e2d5982858076cc88508e106350b7 Mon Sep 17 00:00:00 2001 From: gilch Date: Sun, 11 Aug 2024 16:56:45 -0600 Subject: [PATCH 2/2] Add missing -mode in table --- readme.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.org b/readme.org index ce378f9..d989965 100644 --- a/readme.org +++ b/readme.org @@ -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-toggle-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):