From 791ab1a1db21960110922c0eaad2021b600a451c Mon Sep 17 00:00:00 2001 From: Tom Fryers <61272761+TomFryers@users.noreply.github.com> Date: Thu, 27 Aug 2020 06:44:14 +0100 Subject: [PATCH] Fix typo in faq.org --- docs/faq.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.org b/docs/faq.org index 9afea5e9d..c6db28c5f 100644 --- a/docs/faq.org +++ b/docs/faq.org @@ -492,7 +492,7 @@ What can you do about it? but can be a bit of a hassle to set up. There are packages available for [[https://aur.archlinux.org/packages/emacs-native-comp-git/][Arch Linux]], [[https://github.com/flatwhatson/guix-channel][Guix]] and [[https://github.com/nix-community/emacs-overlay][Nix users]]. [[https://www.emacswiki.org/emacs/GccEmacs][More information available on EmacsWiki]]. 3. Disable some of Doom's slowest modules. The biggest offenders tend to be: - =:ui tabs=, =:ui indent-guides=, =:ui ligatures=, =:ui word-wrap= and =:ui + =:ui tabs=, =:ui indent-guides=, =:ui ligatures=, =:editor word-wrap= and =:ui vc-gutter=. 4. Turn off line numbers ~(setq display-line-numbers-type nil)~. It's known to slow down scrolling, in particular.