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: