Add README.md
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Minimal ~/.emacs.d
|
||||||
|
|
||||||
|
This repository contains the `init.el` and `early-init.el` files for configuring Emacs. These files are designed to optimize startup time, configure essential settings, and manage package installations efficiently.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d
|
||||||
|
```
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Optimized garbage collection for faster startup.
|
||||||
|
- Suppression of unnecessary warnings and verbose outputs during byte compilation.
|
||||||
|
- Configuration of package archives (MELPA and ELPA).
|
||||||
|
- Disabling of unnecessary UI elements (menu bar, tool bar, scroll bar).
|
||||||
|
- Automatic installation of essential packages using use-package.
|
||||||
|
- Support for additional user-specific configurations.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- [minimal-emacs.d @GitHub](https://github.com/jamescherti/minimal-emacs.d)
|
||||||
Reference in New Issue
Block a user