aboutsummaryrefslogtreecommitdiff
path: root/modules/mail-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-29 04:08:19 -0400
committerCraig Jennings <c@cjennings.net>2026-06-29 04:08:19 -0400
commita9113fb39a64a8dc442001b6f041631bc744e50f (patch)
tree2280b96cf561ded4afc118b09d8272ce94c95e41 /modules/mail-config.el
parente606f1d6439b9aa688d95911024ccc7a8d073725 (diff)
downloaddotemacs-a9113fb39a64a8dc442001b6f041631bc744e50f.tar.gz
dotemacs-a9113fb39a64a8dc442001b6f041631bc744e50f.zip
refactor: normalize module package headers and enforce them
The first-line header on 33 modules named the file without its .el extension (;;; font-config --- ... rather than ;;; font-config.el --- ...), the form checkdoc and package-lint expect and the other modules already use. I normalized all 33 to the canonical ;;; name.el --- summary shape. The change is line 1 only. A new test, test-meta-package-headers.el, locks the convention. It checks every module for the canonical first line, Commentary before Code, a provide footer, and no BOM, and unit-tests the checker against each malformed shape so the guard itself is proven.
Diffstat (limited to 'modules/mail-config.el')
-rw-r--r--modules/mail-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el
index 1d8a98c9..84d5f029 100644
--- a/modules/mail-config.el
+++ b/modules/mail-config.el
@@ -1,4 +1,4 @@
-;;; mail-config --- Settings for Mu4e Email -*- lexical-binding: t; coding: utf-8; -*-
+;;; mail-config.el --- Settings for Mu4e Email -*- lexical-binding: t; coding: utf-8; -*-
;; author Craig Jennings <c@cjennings.net>
;;
;;; Commentary: