Skip to content

Commit efd895f

Browse files
committed
Update doc
1 parent ec7b8f0 commit efd895f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ insertion. In this example, `(docstr--c-style-search-string 2)` is the
8989
string base on the `search-string` information. Then this is the result.
9090

9191
<p align="center">
92-
<img src="./etc/csharp/csharp-vs-doc-demo.gif" width="450" height="172"/>
92+
<img src="./etc/csharp/csharp-vs-doc-demo.gif" width="450" height="172"/>
9393
</p>
9494

9595
## Before/After Insertion
@@ -122,7 +122,7 @@ document style. Let's try apply to language `TypeScript` only within
122122
```
123123

124124
<p align="center">
125-
<img src="./etc/typescript/ts-doc-demo.gif" width="450" height="149"/>
125+
<img src="./etc/typescript/ts-doc-demo.gif" width="450" height="149"/>
126126
</p>
127127

128128
## Advance Implementation
@@ -223,6 +223,12 @@ hitting return. There are several packages that can help you achieve this.
223223
You can also enable variable `docstr-key-support` for the built-in support
224224
from this package.
225225

226+
```el
227+
;; This fixes auto paring for document string which fulfill conditions
228+
;; from the multiline document stirng triggeration.
229+
(setq docstr-key-support t)
230+
```
231+
226232
## Contribution
227233

228234
If you would like to contribute to this project, you may either

0 commit comments

Comments
 (0)