branch: externals/valign
commit 46de91031ce5a8a07845a5d4ec340cbefad8437c
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
Remove outdated documentation.
* README.org: Remove.
* valign.el (Commentary): Remove.
---
README.org | 2 --
valign.el | 4 ----
2 files changed, 6 deletions(-)
diff --git a/README.org b/README.org
index 38819bd..668705b 100644
--- a/README.org
+++ b/README.org
@@ -4,8 +4,6 @@ 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 e331400..09451dd 100644
--- a/valign.el
+++ b/valign.el
@@ -19,10 +19,6 @@
;; 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.