File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1116,6 +1116,7 @@ This uses function `locate-dominating-file' to look up directory tree."
1116
1116
" Try load the Eask-file in START-PATH."
1117
1117
(when-let* ((files (eask--find-files start-path))
1118
1118
(file (car files )))
1119
+ ; ; Revert printing behaviour when loading Eask-file.
1119
1120
(eask--unsilent (eask-file-load file))))
1120
1121
1121
1122
(defmacro eask--with-hooks (&rest body )
@@ -1149,8 +1150,10 @@ This uses function `locate-dominating-file' to look up directory tree."
1149
1150
(let ((inhibit-config (eask-quick-p)))
1150
1151
(eask-with-progress
1151
1152
(ansi-green " Loading configuration... " )
1152
- (eask-with-verbosity 'all
1153
+ ; ; Revert printing behaviour when loading user files.
1154
+ (eask--unsilent
1153
1155
(unless inhibit-config
1156
+ ; ; `early-init.el' is supported after 27.1
1154
1157
(when (version<= " 27" emacs-version)
1155
1158
(load early-init-file t ))
1156
1159
(load eask-dot-emacs-file t )
You can’t perform that action at this time.
0 commit comments