emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master f0f8217 02/40: Use table in README.md


From: Daiki Ueno
Subject: [elpa] master f0f8217 02/40: Use table in README.md
Date: Fri, 22 Jan 2016 22:48:33 +0000

branch: master
commit f0f8217e28888fc1ad9ddd13d973fdd5d7d3574d
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Use table in README.md
---
 README.md |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 3da5fb6..a3d21d0 100644
--- 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                            |



reply via email to

[Prev in Thread] Current Thread [Next in Thread]