Skip to content

Commit 683b806

Browse files
committed
mention issue with adaptive-wrap-prefix-mode and syntax-propertize
1 parent e4d808e commit 683b806

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

README.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@
66
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
77
**Table of Contents**
88

9-
- [Introduction](#introduction)
10-
- [Installation](#installation)
11-
- [Melpa](#melpa)
12-
- [Manual installation](#manual-installation)
13-
- [Feature guide](#feature-guide)
14-
- [Indentation](#indentation)
15-
- [Code formatting](#code-formatting)
16-
- [Running / testing / compiling code](#running--testing--compiling-code)
17-
- [Clippy](#clippy)
18-
- [Easy insertion of dbg!](#easy-insertion-of-dbg)
19-
- [Other recommended packages](#other-recommended-packages)
20-
- [Auto-completion / code navigation](#auto-completion--code-navigation)
21-
- [flycheck](#flycheck)
22-
- [cargo.el](#cargoel)
23-
- [Rustic](#rustic)
24-
- [For package maintainers](#for-package-maintainers)
25-
- [Tests](#tests)
9+
- [rust-mode](#rust-mode)
10+
- [Introduction](#introduction)
11+
- [Known issues](#known-issues)
12+
- [Installation](#installation)
13+
- [Melpa](#melpa)
14+
- [Manual installation](#manual-installation)
15+
- [Feature guide](#feature-guide)
16+
- [Indentation](#indentation)
17+
- [Code formatting](#code-formatting)
18+
- [Running / testing / compiling code](#running--testing--compiling-code)
19+
- [Clippy](#clippy)
20+
- [Easy insertion of dbg!](#easy-insertion-of-dbg)
21+
- [Other recommended packages](#other-recommended-packages)
22+
- [Auto-completion / code navigation](#auto-completion--code-navigation)
23+
- [flycheck](#flycheck)
24+
- [cargo.el](#cargoel)
25+
- [cargo-mode](#cargo-mode)
26+
- [Rustic](#rustic)
27+
- [For package maintainers](#for-package-maintainers)
28+
- [Tests](#tests)
2629

2730
<!-- markdown-toc end -->
2831

@@ -41,6 +44,10 @@ This mode does _not_ provide autocompletion, or jumping to function /
4144
trait definitions. See [Auto-completion / code navigation](#auto-completion--code-navigation)
4245
below for tips on how to enable this.
4346

47+
## Known issues
48+
49+
- `rust-syntax-propertize` and `adaptive-wrap-prefix-mode` can lead to
50+
severe lag when editing larger files (#107)
4451

4552
## Installation
4653

0 commit comments

Comments
 (0)