You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,19 +9,16 @@ The **minimal-emacs.d** project is a lightweight and optimized Emacs base (`init
9
9
10
10
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).)*
11
11
12
-
If you're looking for the **ideal starter kit to customize Emacs, you've found it**. The *minimal-emacs.d* project is:
12
+
## Looking for the ideal starter kit to customize Emacs? You have found it.
13
+
14
+
The *minimal-emacs.d* project is:
13
15
-**Minimal yet effective:** A solid starting point.
14
16
-**Better defaults:** Improved settings for usability, UI, garbage collection, and built-in packages.
15
17
-**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`.
16
18
-**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))
17
19
18
20
**Here are the instructions for installing minimal-emacs.d:**[Install minimal-emacs.d](#install-minimal-emacsd).
19
21
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.
@@ -42,6 +39,7 @@ In addition to *minimal-emacs.d*, startup speed is influenced by your computer's
42
39
43
40
-[*minimal-emacs.d* - A Customizable Emacs `init.el` and `early-init.el` that Provides Better Defaults and Faster Startup](#minimal-emacsd---a-customizable-emacs-initel-and-early-initel-that-provides-better-defaults-and-faster-startup)
44
41
-[Introduction](#introduction)
42
+
-[Looking for the ideal starter kit to customize Emacs? You have found it.](#looking-for-the-ideal-starter-kit-to-customize-emacs-you-have-found-it)
0 commit comments