From 8f8134a07231be0a374bc8e7a3020e1189bfa938 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:10:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc92b6c..7fb4a1d 100644 --- a/README.md +++ b/README.md @@ -1079,7 +1079,7 @@ Add the following to your `~/.emacs.d/pre-early-init.el` file: (add-hook 'emacs-startup-hook #'display-startup-time 100) ``` -(Alternatively, you may use the built-in `M-x emacs-init-time` command to obtain the startup duration.) +(Alternatively, you may use the built-in `M-x emacs-init-time` command to obtain the startup duration. However, `emacs-init-time` does not account for the portion of the startup process that occurs after `after-init-time`.) ### How to give more priority to MELPA over MELPA stable?