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

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

[elpa] externals/valign db5145a 14/15: * README.org (Customization): Add


From: Stefan Monnier
Subject: [elpa] externals/valign db5145a 14/15: * README.org (Customization): Add description for some variables.
Date: Tue, 16 Mar 2021 00:01:36 -0400 (EDT)

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

    * README.org (Customization): Add description for some variables.
---
 README.org | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.org b/README.org
index ef291cd..6585e3a 100644
--- a/README.org
+++ b/README.org
@@ -39,5 +39,10 @@ By default, valign doesn’t re-align the table after normal 
edit commands like
 
 Because valign isn’t particularly efficient, it doesn’t align tables larger 
than 4000 characters in size. If you want to change that behavior, customize 
~valign-max-table-size~. Valign puts ~valign-table-fallback~ face on those 
large tables.
 
+Other (less interesting) customization:
+- ~valign-signal-parse-error~: Set to non-nil to be informed of parse errors.
+- ~valign-lighter~: Lighter in mode-line.
+- ~valign-box-charset-alist~: Used for defining table.el tables, e.g., 
Unicode/ASCII 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.



reply via email to

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