]> code.delx.au - gnu-emacs-elpa/commitdiff
Use table in README.md
authorDaiki Ueno <ueno@gnu.org>
Thu, 14 Jan 2016 07:57:27 +0000 (16:57 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 14 Jan 2016 07:57:27 +0000 (16:57 +0900)
README.md

index 3da5fb605c1d230c3ce880f24cc3737a8ef0a45b..a3d21d049dec7a770f2780baa9d88c5b5a53945e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-gobject-minor-mode --- Emacs minor mode for editing GObject C source code
+gobject-minor-mode
 ======
 
 In the C coding style widely used in GNOME, identifiers are written in
@@ -25,10 +25,11 @@ Install
 Usage
 ------
 
-* To align argument list at point: C-c C-g a
-* To align function declarations in the current region: C-c C-g f
-
-* To insert "module_object": C-c C-g c
-* To insert "MODULE_OBJECT": C-c C-g C
-* To insert "ModuleObject": C-c C-g C-c
-* To insert custom snippets: C-c C-g s
+| Key         | Command                                           |
+--------------|---------------------------------------------------|
+| C-c C-g a   | Align argument list at point                      |
+| C-c C-g f   | Align function declarations in the current region |
+| C-c C-g c   | Insert ```module_object```                        |
+| C-c C-g C   | Insert ```MODULE_OBJECT```                        |
+| C-c C-g C-c | Insert ```ModuleObject```                         |
+| C-c C-g s   | Insert custom snippets                            |