From 683b806a6f5cd6a7ea7c551e301f3b23c23e2baf Mon Sep 17 00:00:00 2001 From: brotzeit Date: Fri, 22 Oct 2021 19:42:05 +0200 Subject: mention issue with `adaptive-wrap-prefix-mode` and syntax-propertize --- README.md | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 698edbe..a914a16 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,26 @@ **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) @@ -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 -- cgit v1.2.3