Correct doom-initialize's docstring

This commit is contained in:
Henrik Lissner 2018-03-26 03:18:28 -04:00
parent adfd26bbf4
commit 1282072db3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -141,7 +141,8 @@ FORCE-P is non-nil, do it anyway.
1. Ensures all the essential directories exist, 1. Ensures all the essential directories exist,
2. Ensures core packages are installed, 2. Ensures core packages are installed,
3. Loads your autoloads file in `doom-autoload-file', 3. Loads your autoloads file in `doom-autoload-file',
4. Builds and caches `load-path' and `Info-directory-list' in `doom-packages-file'" 4. Builds and caches `load-path', `Info-directory-list' and
`doom-disabled-packages' in `doom-packages-file'"
;; Called early during initialization; only use native (and cl-lib) functions! ;; Called early during initialization; only use native (and cl-lib) functions!
(let ((load-path doom-site-load-path)) (let ((load-path doom-site-load-path))
(require 'subr-x) (require 'subr-x)