branch: externals/valign
commit 7c67cf667d8671f00484a9c77ba8ad3727384886
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
Update documentation
* README.org: Update documentation.
* valign.el: Update documentation.
---
README.org | 4 ++++
valign.el | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/README.org b/README.org
index 39f7432..d92efb9 100644
--- a/README.org
+++ b/README.org
@@ -15,6 +15,10 @@ To use this package, load it and add ~valign-mode~ to
~org-mode-hook~ or ~markdo
- Hidden links in markdown still occupy the full length of the link, because
it uses character composition which we don’t support now.
- Rendering large tables (≥100 lines) is laggy.
+*Note:*
+
+For table.el tables to work with valign, each cell has to have at least one
space on the right. You can use
[[https://github.com/casouri/ftable][ftable.el]] to fill the table for you.
+
* Install with quelpa
Firmin Martin kindly provided this snippet:
diff --git a/valign.el b/valign.el
index 29469f8..857e3d5 100644
--- a/valign.el
+++ b/valign.el
@@ -21,6 +21,10 @@
;; you want to automatically enable this mode, add `valign-mode' to a
;; major mode hook like `org-mode-hook'.
;;
+;; For table.el tables to work with valign, each cell has to have at
+;; least one space on the right. You can use ftable.el to fill the
+;; table for you.
+;;
;; TODO:
;;
;; - Hidden links in markdown still occupy the full length of the link