Update README.md

This commit is contained in:
James Cherti
2025-03-07 23:10:44 -05:00
parent cf16ecf1d5
commit 8f8134a072

View File

@@ -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?