docs/faq: minor corrections

This commit is contained in:
Henrik Lissner 2020-08-24 14:02:11 -04:00
parent 75cca3586d
commit 98283d302b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -479,10 +479,10 @@ lines (200 characters+) and we've got ourselves a really poor experience. And
that's before we factor in plugins and poorly optimized major modes. that's before we factor in plugins and poorly optimized major modes.
There is an unfortunate but necessary adjustment of expectations new users must There is an unfortunate but necessary adjustment of expectations new users must
undergo, when they adopt Emacs. Doom has inherited this curse. It's raison undergo, when they adopt Emacs. Doom has inherited this curse. Its raison d'etre
d'etre is to improve the situation, but I can only go so far, especially if you is to improve the situation, but I can only go so far, especially if you choose
choose to enable all the most expensive features. You will unavoidable find to enable all the most expensive features. You will unavoidably find cases where
cases where Emacs *is just slow*. Emacs *is just slow*.
What can you do about it? What can you do about it?
@ -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 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]]. [[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: 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=, =:ui word-wrap= and =:ui
vc-gutter=. vc-gutter=.
4. Turn off line numbers ~(setq display-line-numbers-type nil)~. It's known to 4. Turn off line numbers ~(setq display-line-numbers-type nil)~. It's known to
slow down scrolling, in particular. slow down scrolling, in particular.