branch: externals/valign
commit 22c6b7c089b028ed190998a50486b3fd9a65a962
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
Update doc
* README.org: Update.
* valign.el (Commentary): Update.
---
README.org | 2 ++
valign.el | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/README.org b/README.org
index 668705b..38819bd 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,8 @@ This package provides visual alignment for Org tables on GUI
Emacs. It can prope
To use this package, load it and run =M-x valign-mode RET=. And any Org tables
in Org mode should be automatically aligned. If you want to align a table
manually, run =M-x valign-table RET= on a Org table.
+In Emacs 27 and later, turning on ~valign-mode~ automatically aligns existing
org tables; in Emacs 26, you need to re-open them for table alignment to take
effect.
+
You can choose from the two styles by customizing ~valign-separator-row-style~.
[[./table-multi.png]]
diff --git a/valign.el b/valign.el
index 28b9bc2..399d741 100644
--- a/valign.el
+++ b/valign.el
@@ -19,6 +19,10 @@
;; Org tables in Org mode should be automatically aligned. If you want
;; to align a table manually, run M-x valign-table RET on a Org table.
;;
+;; In Emacs 27 and later, turning on ~valign-mode~ automatically aligns
+;; existing org tables; in Emacs 26, you need to re-open them for table
+;; alignment to take effect.
+;;
;; Valign provides two styles of separator, |-----|-----|, and
;; | |. Customize ‘valign-separator-row-style’ to set a
;; style.