Fix buffer-read-only: autoloads.el error
This commit is contained in:
parent
5295f36115
commit
19deb4b926
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ to least)."
|
||||||
;; `doom-autoload-file' tells Emacs where to load all its autoloaded
|
;; `doom-autoload-file' tells Emacs where to load all its autoloaded
|
||||||
;; functions from. This includes everything in core/autoload/*.el and all
|
;; functions from. This includes everything in core/autoload/*.el and all
|
||||||
;; the autoload files in your enabled modules.
|
;; the autoload files in your enabled modules.
|
||||||
(unless (or force-p (doom-initialize-autoloads doom-autoload-file))
|
(when (or force-p (not (doom-initialize-autoloads doom-autoload-file)))
|
||||||
(doom-ensure-core-directories)
|
(doom-ensure-core-directories)
|
||||||
(doom-ensure-same-emacs-version-p)
|
(doom-ensure-same-emacs-version-p)
|
||||||
(doom-ensure-packages-initialized force-p)
|
(doom-ensure-packages-initialized force-p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue