We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e4b98 commit ffa4cf3Copy full SHA for ffa4cf3
lisp/_prepare.el
@@ -1155,9 +1155,9 @@ This uses function `locate-dominating-file' to look up directory tree."
1155
(unless inhibit-config
1156
;; `early-init.el' is supported after 27.1
1157
(when (version<= "27" emacs-version)
1158
- (load early-init-file t))
1159
- (load eask-dot-emacs-file t)
1160
- (load user-init-file t)))
+ (load early-init-file t t))
+ (load eask-dot-emacs-file t t)
+ (load user-init-file t t)))
1161
(ansi-green (if inhibit-config "skipped ✗" "done ✓")))))
1162
1163
(defmacro eask-start (&rest body)
0 commit comments