Skip to content

Commit 50cee1a

Browse files
committed
Update README.md
1 parent de1ecce commit 50cee1a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ Building the *minimal-emacs.d* `init.el` and `early-init.el` was the result of *
1313
<img src="https://jamescherti.com/misc/logo-minimal-emacs.d.png" width="50%" />
1414
</p>
1515

16-
The *minimal-emacs.d* project includes two initialization files:
17-
18-
- `early-init.el`: Loaded early in the Emacs startup process, before the graphical interface is initialized. Introduced in Emacs 27, this file configures settings that influence startup performance and GUI behavior prior to package loading.
19-
20-
- `init.el`: Loaded after the graphical interface is initialized. This file contains user customizations, including variable settings, package loading, mode configurations, and keybindings.
21-
2216
**Here are the instructions for installing minimal-emacs.d:** [Install minimal-emacs.d](#install-minimal-emacsd).
2317

2418
## Looking for the ideal starter kit to customize Emacs? You have found it.
@@ -29,6 +23,10 @@ The *minimal-emacs.d* project is:
2923
- **0 packages loaded / No forced modes:** Unlike other frameworks or starter kits, *minimal-emacs.d* does not impose modes or require packages. **You have full control** over which global or minor modes to enable and which packages to load with `require`.
3024
- **Customizable foundation:** Designed to be extended, not replaced. This README.md offers extensive recommendations for customizing your *minimal-emacs.d* configuration. (Reminder: [Never modify init.el and early-init.el. Modify these instead...](#customizations-never-modify-initel-and-early-initel-modify-these-instead))
3125

26+
The *minimal-emacs.d* project includes two initialization files:
27+
- `early-init.el`: Loaded early in the Emacs startup process, before the graphical interface is initialized. Introduced in Emacs 27, this file configures settings that influence startup performance and GUI behavior prior to package loading.
28+
- `init.el`: Loaded after the graphical interface is initialized. This file contains user customizations, including variable settings, package loading, mode configurations, and keybindings.
29+
3230
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-2.png)
3331
*(The theme shown in the screenshot above is ef-melissa-light, which is part of the ef-themes collection available on MELPA.)*
3432
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-1.png)

0 commit comments

Comments
 (0)