branch: master
commit 7285abe96b9a433bbe5ab7d9c52bce8a3ab84095
Author: Daiki Ueno <[email protected]>
Commit: Daiki Ueno <[email protected]>

    Reorder commands in README.md
---
 README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7d1139d..7f1af53 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ Usage
 
 | Key         | Command                                                   |
 --------------|-----------------------------------------------------------|
-| C-c C-g C-g | Compute optimal alignment columns from the current region |
-| C-c C-g s   | Set alignment column to the current point                 |
-| C-c C-g g   | Guess alignment columns from the current region           |
 | C-c C-g a   | Align argument list at the current point                  |
 | C-c C-g r   | Align function declarations in the current region         |
+| C-c C-g C-g | Compute optimal alignment columns from the current region |
+| C-c C-g g   | Guess alignment columns from the current region           |
+| C-c C-g s   | Set alignment column to the current point                 |
 | C-c C-g c   | Insert ```module_object```                                |
 | C-c C-g C   | Insert ```MODULE_OBJECT```                                |
 | C-c C-g C-c | Insert ```ModuleObject```                                 |

Reply via email to