branch: elpa/typst-ts-mode commit 9afe71489d6f6adcbf57351c4aff0ab4fd909c37 Author: Huan Nguyen <nguyenthieuh...@gmail.com> Commit: Huan Nguyen <nguyenthieuh...@gmail.com>
doc: Added note about edit-indirect in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d038c73452..0df5c3363f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Example configuration. **M-<return>**: **typst-ts-mode-meta-return** **<return>** : **typst-ts-mode-return** **TAB** : **typst-ts-mode-cycle** -**C-c '** : **typst-ts-edit-indirect** +**C-c '** : **typst-ts-edit-indirect** (requires <https://github.com/Fanael/edit-indirect/>) *NOTE*: `outline-minor-mode` is enabled by `typst-ts-mode`, so you can use command defined by `outline-minor-mode` such as `outline-cycle`.