Update header

This commit is contained in:
James Cherti
2025-05-23 20:23:11 -04:00
parent ebc74a8aae
commit 7b99dbb581
2 changed files with 21 additions and 6 deletions

View File

@@ -8,9 +8,17 @@
;; SPDX-License-Identifier: GPL-3.0-or-later ;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Commentary: ;;; Commentary:
;; The minimal-emacs.d project is a customizable base that provides better Emacs ;; The minimal-emacs.d project is a lightweight and optimized Emacs base
;; defaults and optimized startup, intended to serve as a solid foundation for ;; (init.el and early-init.el) that gives you full control over your
;; your vanilla Emacs configuration. ;; 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: ;;; Code:

13
init.el
View File

@@ -8,9 +8,16 @@
;; SPDX-License-Identifier: GPL-3.0-or-later ;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Commentary: ;;; Commentary:
;; The minimal-emacs.d project is a customizable base that provides better Emacs ;; The minimal-emacs.d project is a lightweight and optimized Emacs base
;; defaults and optimized startup, intended to serve as a solid foundation for ;; (init.el and early-init.el) that gives you full control over your
;; your vanilla Emacs configuration. ;; 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: ;;; Code: