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

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

[elpa] externals/valign 6e01d5b 172/198: Update README


From: Stefan Monnier
Subject: [elpa] externals/valign 6e01d5b 172/198: Update README
Date: Tue, 1 Dec 2020 18:19:42 -0500 (EST)

branch: externals/valign
commit 6e01d5b689100bb517e75fef742488ec819341ae
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    Update README
    
    * README.org: Add description for table.el and remove single-column
    style.
    * table.el.png: New image.
---
 README.org   |  12 ++++++------
 table.el.png | Bin 0 -> 181946 bytes
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index a93e0d5..39f7432 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,6 @@
 #+TITLE: Valign.el
 
-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. Meanwhile, 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. Meanwhile, the text-based alignment generated 
by Org mode (or Markdown mode) is left untouched.
 
 To use this package, load it and add ~valign-mode~ to ~org-mode-hook~ or 
~markdown-mode-hook~:
 #+begin_src emacs-lisp
@@ -9,11 +9,13 @@ To use this package, load it and add ~valign-mode~ to 
~org-mode-hook~ or ~markdo
 
 [[./default.png]]
 
+[[./table.el.png]]
+
 *Know problems:*
 - 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.
 
-* If you have ~use-package~ and ~quelpa~
+* Install with quelpa
 
 Firmin Martin kindly provided this snippet:
 #+begin_src emacs-lisp
@@ -29,9 +31,7 @@ Set ~valign-fancy-bar~ to ~non-nil~:
 
 [[./fancy-bar.png]]
 
-Set ~valign-separator-row-style~ to ~single-column~:
-
-[[./single-column.png]]
+This only affects Org Mode and Markdown tables.
 
 * If function advice makes you itch
-~valign-mode~ adds advice and doesn’t remove them even if you close 
~valign-mode~ because function advice is global and ~valign-mode~ is local. If 
you want to remove the advice, use ~valign-remove-advice~. If you run this 
while some buffer still has ~valign-mode~ on, they break. So there is no point 
running it, really.
+~valign-mode~ adds advice and doesn’t remove them even if you close 
~valign-mode~ because function advice is global and ~valign-mode~ is local. If 
you want to remove the advice, use ~valign-remove-advice~. If you run this 
while some buffer still has ~valign-mode~ on, they break.
diff --git a/table.el.png b/table.el.png
new file mode 100644
index 0000000..31730ea
Binary files /dev/null and b/table.el.png differ



reply via email to

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