Skip to content

Commit 5ccc8a0

Browse files
committed
Move miscellaneous files to .github/
1 parent e2b9183 commit 5ccc8a0

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed
File renamed without changes.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
!README.md
33
!early-init.el
44
!init.el
5-
!.images/
65
!.github/
76
!.LICENSE

.images/made-for-gnu-emacs.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.images/screenshot.png

-17.7 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *minimal-emacs.d* - A Customizable Emacs `init.el` and `early-init.el` that Provides Better Defaults and Faster Startup
2-
![](https://raw.githubusercontent.com/jamescherti/easysession.el/main/.images/made-for-gnu-emacs.svg)
2+
![](https://jamescherti.com/misc/made-for-gnu-emacs.svg)
33
![Build Status](https://github.com/jamescherti/minimal-emacs.d/actions/workflows/ci.yml/badge.svg)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
55

@@ -9,19 +9,16 @@ 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-
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:
1315
- **Minimal yet effective:** A solid starting point.
1416
- **Better defaults:** Improved settings for usability, UI, garbage collection, and built-in packages.
1517
- **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`.
1618
- **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))
1719

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

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-
2522
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-2.png)
2623
*(The theme shown in the screenshot above is ef-melissa-light, which is part of the ef-themes collection available on MELPA.)*
2724
![](https://www.jamescherti.com/misc/screenshot-minimal-emacs-1.png)
@@ -42,6 +39,7 @@ In addition to *minimal-emacs.d*, startup speed is influenced by your computer's
4239

4340
- [*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)
4441
- [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)
4543
- [Startup](#startup)
4644
- [Install minimal-emacs.d](#install-minimal-emacsd)
4745
- [Install minimal-emacs.d into `~/.emacs.d`](#install-minimal-emacsd-into-emacsd)

0 commit comments

Comments
 (0)