[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 6aabbc6256 147/417: Update doc
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 6aabbc6256 147/417: Update doc |
Date: |
Mon, 1 Jul 2024 10:02:20 -0400 (EDT) |
branch: elpa/treesit-fold
commit 6aabbc6256ace0cd8e458559d3959f3c268f469e
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Update doc
---
README.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eb19d3cf7c..bc6411a4d4 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,26 @@ with this plugin.
This plugin automatically extract summary from the comment/document string,
so you can have a nice way to peek what's inside the fold range.
-If you don't want this to happens, do: (Default is `t`)
+If you don't want this to happen, do: (Default is `t`)
```el
(setq tree-sitter-fold-summary-show nil)
```
+
+Summary are truncated by length: (Default is `60`)
+
+```el
+(setq tree-sitter-fold-summary-max-length 60)
+```
+
+The exceeding string are replace by: (Default is `"..."`)
+
+```el
+(setq tree-sitter-fold-summary-exceeded-string "...")
+```
+
+To change summary format: (Default is `" <S> %s "`)
+
+```el
+(setq tree-sitter-fold-summary-format " <S> %s ")
+```
- [nongnu] elpa/treesit-fold 422cff043e 100/417: Fix comment line, (continued)
- [nongnu] elpa/treesit-fold 422cff043e 100/417: Fix comment line, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2d2179292f 105/417: Fix doc string, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5062bf22a8 112/417: Mark temp, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 959191660b 115/417: Simplify, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7065c6b28f 122/417: Apply macro, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f49df1ea3d 124/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6f15c1735a 125/417: Support javascript comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold eeb9c03bcc 127/417: Fix conitouse line, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c33e5e7e0c 128/417: Temporily disable csharp, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6b6f30eb4a 142/417: Add emoji, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6aabbc6256 147/417: Update doc,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold e6ac78f0e2 154/417: SCALE AND CENTER, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a806886568 161/417: Update support language list, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2409596f33 004/417: readme: fix typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 362fc74774 011/417: R: fold brace_list instead, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f0858f1dbc 009/417: add support for R, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold b3faaaa40d 015/417: support folding nix functions, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold de5ad4b2f2 063/417: Split uitl, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d07b2bae49 065/417: Complete indicators, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d2c13aac81 069/417: Clean compile, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4d4526ffb3 073/417: Update core, ELPA Syncer, 2024/07/01