File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ insertion. In this example, `(docstr--c-style-search-string 2)` is the
8989string 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.
223223You can also enable variable ` docstr-key-support ` for the built-in support
224224from 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
228234If you would like to contribute to this project, you may either
You can’t perform that action at this time.
0 commit comments