From 62d44204905a7d921529d922b2de2f66f11985b5 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:08:05 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e28458c..627ce18 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,10 @@ You can also use the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el ## How did the author speed up the Emacs configuration startup? -- He defers loading packages when it is not necessary to load them on startup by using `:defer t`. +- He defers loading packages when it is not necessary to load them on startup by using `:defer t` with `use-package`. +- He prefers using local minor modes rather than global ones. - He also utilizes byte compilation and native compilation. -- The optimizations in `minimal-emacs.d` also contribute significantly to speeding up Emacs startup. +- He uses `minimal-emacs.d` as his `early-init.el` and `init.el` because it includes optimizations. ## License