From 476fedfeb5e726717ec0c229a3d2598d8bdf33a7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 8 Mar 2026 10:24:09 -0400 Subject: [PATCH] auto-modes.el: document its purpose --- auto-modes.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/auto-modes.el b/auto-modes.el index 7d4c62f..59a41f3 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -1,3 +1,12 @@ +;; +;; The foo-mode that are included with emacs usually contain their own +;; default list of file extensions, and these are compiles into a +;; default auto-mode-alist when emacs is built. Those, we don't have +;; to worry about. The entries below thus fall into two categories: +;; +;; 1. Nonstandard extensions for upstream modes. +;; 2. Extensions for modes that are not upstream. +;; (setq auto-mode-alist (append (list -- 2.51.0