diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-22 19:42:05 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-22 19:42:05 +0200 |
| commit | 683b806a6f5cd6a7ea7c551e301f3b23c23e2baf (patch) | |
| tree | 64fd96755ca8a9fbda462be54edc80f764d613d6 /README.md | |
| parent | e4d808eed8409a23a6f5b2bdfcc4420e0fde6664 (diff) | |
| download | rust-mode-683b806a6f5cd6a7ea7c551e301f3b23c23e2baf.tar.gz | |
mention issue with `adaptive-wrap-prefix-mode` and syntax-propertize
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 41 |
1 files changed, 24 insertions, 17 deletions
@@ -6,23 +6,26 @@ <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> **Table of Contents** -- [Introduction](#introduction) -- [Installation](#installation) - - [Melpa](#melpa) - - [Manual installation](#manual-installation) -- [Feature guide](#feature-guide) - - [Indentation](#indentation) - - [Code formatting](#code-formatting) - - [Running / testing / compiling code](#running--testing--compiling-code) - - [Clippy](#clippy) - - [Easy insertion of dbg!](#easy-insertion-of-dbg) -- [Other recommended packages](#other-recommended-packages) - - [Auto-completion / code navigation](#auto-completion--code-navigation) - - [flycheck](#flycheck) - - [cargo.el](#cargoel) - - [Rustic](#rustic) -- [For package maintainers](#for-package-maintainers) - - [Tests](#tests) +- [rust-mode](#rust-mode) + - [Introduction](#introduction) + - [Known issues](#known-issues) + - [Installation](#installation) + - [Melpa](#melpa) + - [Manual installation](#manual-installation) + - [Feature guide](#feature-guide) + - [Indentation](#indentation) + - [Code formatting](#code-formatting) + - [Running / testing / compiling code](#running--testing--compiling-code) + - [Clippy](#clippy) + - [Easy insertion of dbg!](#easy-insertion-of-dbg) + - [Other recommended packages](#other-recommended-packages) + - [Auto-completion / code navigation](#auto-completion--code-navigation) + - [flycheck](#flycheck) + - [cargo.el](#cargoel) + - [cargo-mode](#cargo-mode) + - [Rustic](#rustic) + - [For package maintainers](#for-package-maintainers) + - [Tests](#tests) <!-- markdown-toc end --> @@ -41,6 +44,10 @@ This mode does _not_ provide autocompletion, or jumping to function / trait definitions. See [Auto-completion / code navigation](#auto-completion--code-navigation) below for tips on how to enable this. +## Known issues + +- `rust-syntax-propertize` and `adaptive-wrap-prefix-mode` can lead to + severe lag when editing larger files (#107) ## Installation |
