diff --git a/early-init.el b/early-init.el index 2ee09f94f..f0abc4ecf 100644 --- a/early-init.el +++ b/early-init.el @@ -23,7 +23,9 @@ ;; to skip the mtime checks on every *.elc file. (setq load-prefer-newer noninteractive) -(unless (or (daemonp) noninteractive) +(unless (or (daemonp) + noninteractive + init-file-debug) (let ((old-file-name-handler-alist file-name-handler-alist)) ;; `file-name-handler-alist' is consulted on each `require', `load' and ;; various path/io functions. You get a minor speed up by unsetting this.