From 19811b1dceee7433c3636f3980dd488cbeacba71 Mon Sep 17 00:00:00 2001 From: yanekm Date: Sun, 4 Oct 2020 16:34:54 -0400 Subject: [PATCH] minor fixes (#3957) * minor typo fixes * Refill corrected paragraph Co-authored-by: Henrik Lissner --- docs/faq.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/faq.org b/docs/faq.org index c6db28c5f..a402e946f 100644 --- a/docs/faq.org +++ b/docs/faq.org @@ -340,8 +340,9 @@ Emacs consults this variable every time a file is read or library loaded, or when certain functions in the file API are used (like ~expand-file-name~ or ~file-truename~). -Emacs does to check if a special handler is needed to read that file, but none -of them are (typically) necessary at startup, so we disable them (temporarily!): +Emacs does this to check if a special handler is needed to read that file, but +none of them are (typically) necessary at startup, so we disable them +(temporarily!): #+BEGIN_SRC emacs-lisp (defvar doom--file-name-handler-alist file-name-handler-alist) @@ -527,7 +528,7 @@ This directory is referred to as your ~$DOOMDIR~. Your private config is typically comprised of an =init.el=, =config.el= and =packages.el= file. Put all your config in =config.el=, install packages by adding ~package!~ declarations to =packages.el=, and enable/disable modules in -you ~doom!~ block, which should have been created in your =init.el= when you +your ~doom!~ block, which should have been created in your =init.el= when you first ran ~doom install~. You shouldn't need to fork Doom or modify =~/.emacs.d=. If you have to do this