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

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

[elpa] master c41c932 31/72: README.md: fix tables


From: Oleh Krehel
Subject: [elpa] master c41c932 31/72: README.md: fix tables
Date: Fri, 06 Mar 2015 13:04:11 +0000

branch: master
commit c41c9328da8413d3f0093b72bf9b64177053b2ce
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    README.md: fix tables
---
 README.md |   32 ++++++++++++++------------------
 1 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index dbe8abb..227bfb3 100644
--- a/README.md
+++ b/README.md
@@ -281,15 +281,13 @@ the hint. You can still have the old behavior by setting 
`hydra-lv` to `nil`.
 ## Color table
 
 
-Body     | Head      | Executing NON-HEADS   | Executing HEADS
-Color    | Inherited |                       |
-         | Color     |                       |
----------|-----------|-----------------------|-----------------
-amaranth | red       | Disallow and Continue | Continue
-teal     | blue      | Disallow and Continue | Quit
-pink     | red       | Allow and Continue    | Continue
-red      | red       | Allow and Quit        | Continue
-blue     | blue      | Allow and Quit        | Quit
+    | Body Color | Head Inherited | Executing NON-HEADS   | Executing HEADS |
+    |------------+----------------+-----------------------+-----------------|
+    | amaranth   | red            | Disallow and Continue | Continue        |
+    | teal       | blue           | Disallow and Continue | Quit            |
+    | pink       | red            | Allow and Continue    | Continue        |
+    | red        | red            | Allow and Quit        | Continue        |
+    | blue       | blue           | Allow and Quit        | Quit            |
 
 ## Color to toggle correspondence
 
@@ -299,12 +297,10 @@ using them in the syntax. `:exit` can be used both in 
body (heads will inherit)
 to set it explicitly to nil.  `:nonheads` can be used only in body and can be 
either nil (default),
 `warn` or `run`.
 
-| color    | toggle                 |
-|----------+------------------------|
-| red      |                        |
-| blue     | :exit t                |
-| amaranth | :nonheads warn         |
-| teal     | :nonheads warn :exit t |
-| pink     | :nonheads run          |
-
-
+    | color    | toggle                 |
+    |----------+------------------------|
+    | red      |                        |
+    | blue     | :exit t                |
+    | amaranth | :nonheads warn         |
+    | teal     | :nonheads warn :exit t |
+    | pink     | :nonheads run          |



reply via email to

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