diff --git a/early-init.el b/early-init.el index 1fec3ac..8a39e3b 100644 --- a/early-init.el +++ b/early-init.el @@ -8,9 +8,17 @@ ;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Commentary: -;; 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. +;; The minimal-emacs.d project is a lightweight and optimized Emacs base +;; (init.el and early-init.el) that gives you full control over your +;; configuration. It provides better defaults, an optimized startup, and a clean +;; foundation for building your own vanilla Emacs setup. +;; +;; 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. +;; +;; *Do not* modify this file; modify pre-early-init.el or post-early-init.el +;; instead. ;;; Code: diff --git a/init.el b/init.el index e78aa0c..3cf2a5a 100644 --- a/init.el +++ b/init.el @@ -8,9 +8,16 @@ ;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Commentary: -;; 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. +;; The minimal-emacs.d project is a lightweight and optimized Emacs base +;; (init.el and early-init.el) that gives you full control over your +;; configuration. It provides better defaults, an optimized startup, and a clean +;; foundation for building your own vanilla Emacs setup. +;; +;; 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. +;; +;; *Do not* modify this file; modify pre-init.el or post-init.el instead. ;;; Code: