branch: externals/valign
commit 16e33134613d169f08f239fd475aa0ee34717a8a
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
* valign.el (Commentary): Update.
---
valign.el | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/valign.el b/valign.el
index 8c151aa..788a32a 100644
--- a/valign.el
+++ b/valign.el
@@ -10,19 +10,15 @@
;;; Commentary:
;;
-;; This package provides visual alignment for Org and Markdown tables
-;; on GUI Emacs. It can properly align tables containing
-;; variable-pitch font, CJK characters and images. In the meantime,
-;; the text-based alignment generated by Org mode (or Markdown mode)
-;; is left untouched.
+;; This package provides visual alignment for Org Mode, Markdown and
+;; table.el tables on GUI Emacs. It can properly align tables
+;; containing variable-pitch font, CJK characters and images. In the
+;; meantime, the text-based alignment generated by Org mode (or
+;; Markdown mode) is left untouched.
;;
-;; 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 table.
-;;
-;; Valign provides two styles of separator, |-----|-----|, and
-;; | |. Customize ‘valign-separator-row-style’ to set a
-;; style.
+;; To use this package, add `valign-mode' to `org-mode-hook'. If you
+;; want to align a table manually, run M-x valign-table RET on a
+;; table.
;;
;; TODO:
;;