Skip to content

Commit e2b9183

Browse files
committed
Update README.md
1 parent 51c628a commit e2b9183

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ If you're looking for the **ideal starter kit to customize Emacs, you've found i
1717

1818
**Here are the instructions for installing minimal-emacs.d:** [Install minimal-emacs.d](#install-minimal-emacsd).
1919

20+
For those new to Emacs wondering what `init.el` or `early-init.el` are:
21+
22+
- The `early-init.el` file is an initialization file that is loaded very early in the startup process, before the Emacs graphical interface is initialized. It was introduced in Emacs 27 to allow users to configure aspects of Emacs that affect startup performance and GUI elements that need to be set before the packages load.
23+
- The `init.el` file is the main user configuration file that Emacs loads after initializing the package system and basic runtime environment. It contains user customizations, such as setting variables, loading packages, configuring modes, and defining keybindings.
24+
2025
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-2.png)
2126
*(The theme shown in the screenshot above is ef-melissa-light, which is part of the ef-themes collection available on MELPA.)*
2227
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-1.png)

0 commit comments

Comments
 (0)