diff options
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index d5973bc..9711df3 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -128,6 +128,7 @@ | |||
128 | (goto-char (point-max)) | 128 | (goto-char (point-max)) |
129 | (eval-print-last-sexp))) | 129 | (eval-print-last-sexp))) |
130 | (load bootstrap-file nil 'nomessage)) | 130 | (load bootstrap-file nil 'nomessage)) |
131 | |||
131 | 132 | ||
132 | ;;; Message startup time for profiling | 133 | ;;; Message startup time for profiling |
133 | ;; This just redefines the Emacs function | 134 | ;; This just redefines the Emacs function |