From 0caeaf1e88bf2d2796d04c59f7973862896bd0e1 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:56:41 -0400 Subject: [PATCH] Add README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6ef537 --- /dev/null +++ b/README.md @@ -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)