Skip to content

Commit 40343a1

Browse files
committed
Update README.md
1 parent dc13d6c commit 40343a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ The **minimal-emacs.d** project is a lightweight and optimized Emacs base (`init
99

1010
Building the *minimal-emacs.d* `init.el` and `early-init.el` was the result of **extensive research and testing** to fine-tune the best parameters and optimizations for an Emacs configuration. *(More information about the *minimal-emacs.d* features can be found here: [Features](#features).)*
1111

12-
*For those new to Emacs wondering what `init.el` or `early-init.el` are:*
13-
14-
- 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.
15-
- 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.
16-
1712
## You're looking for the ideal starter kit to customize Emacs? You've found it.
1813

1914
The *minimal-emacs.d* project is:

0 commit comments

Comments
 (0)