From 8f906ed1a35243890fab476f3dbd7443ac0352c4 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:52:52 -0400 Subject: [PATCH] Update README.md and headers --- README.md | 2 +- early-init.el | 6 +++--- init.el | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a6336d..b84a016 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![License](https://img.shields.io/github/license/jamescherti/be-quiet.el) ![](https://raw.githubusercontent.com/jamescherti/minimal-emacs.d/main/.images/made-for-gnu-emacs.svg) -The **minimal-emacs.d** is a customizable base that provides **better Emacs defaults and optimized startup**, intended to serve as a solid foundation for your vanilla Emacs configuration. +The **minimal-emacs.d** project is a customizable base that provides **better Emacs defaults and optimized startup**, intended to serve as a solid foundation for your vanilla Emacs configuration. Creating `minimal-emacs.d` involved extensive research and testing to find the best parameters and optimizations for an Emacs init file. The concept behind `minimal-emacs.d` is to provide a clean, bloat-free, optimized base. diff --git a/early-init.el b/early-init.el index ac1be9d..9a6cfe0 100644 --- a/early-init.el +++ b/early-init.el @@ -8,9 +8,9 @@ ;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Commentary: -;; The minimal-emacs.d starter kit provides improved Emacs defaults and -;; optimized startup, intended to serve as a solid foundation for your vanilla -;; Emacs configuration and enhance your overall Emacs experience. +;; The minimal-emacs.d project is a customizable base that provides better Emacs +;; defaults and optimized startup, intended to serve as a solid foundation for +;; your vanilla Emacs configuration. ;;; Code: diff --git a/init.el b/init.el index 8a431b1..efcf6d3 100644 --- a/init.el +++ b/init.el @@ -8,9 +8,9 @@ ;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Commentary: -;; The minimal-emacs.d starter kit provides improved Emacs defaults and -;; optimized startup, intended to serve as a solid foundation for your vanilla -;; Emacs configuration and enhance your overall Emacs experience. +;; The minimal-emacs.d project is a customizable base that provides better Emacs +;; defaults and optimized startup, intended to serve as a solid foundation for +;; your vanilla Emacs configuration. ;;; Code: