minor fixes (#3957)
* minor typo fixes * Refill corrected paragraph Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
parent
2394e4124a
commit
19811b1dce
1 changed files with 4 additions and 3 deletions
|
@ -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
|
when certain functions in the file API are used (like ~expand-file-name~ or
|
||||||
~file-truename~).
|
~file-truename~).
|
||||||
|
|
||||||
Emacs does to check if a special handler is needed to read that file, but none
|
Emacs does this to check if a special handler is needed to read that file, but
|
||||||
of them are (typically) necessary at startup, so we disable them (temporarily!):
|
none of them are (typically) necessary at startup, so we disable them
|
||||||
|
(temporarily!):
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar doom--file-name-handler-alist file-name-handler-alist)
|
(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
|
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
|
=packages.el= file. Put all your config in =config.el=, install packages by
|
||||||
adding ~package!~ declarations to =packages.el=, and enable/disable modules in
|
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~.
|
first ran ~doom install~.
|
||||||
|
|
||||||
You shouldn't need to fork Doom or modify =~/.emacs.d=. If you have to do this
|
You shouldn't need to fork Doom or modify =~/.emacs.d=. If you have to do this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue