From b6d70993c32d7f6f3b5fe1e3ed01010f30946d5c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 8 Mar 2026 10:17:10 -0400 Subject: [PATCH] auto-modes.el: remove old apache-mode entries I don't even remember where I saw these. If anything, today I would include the Gentoo *.conf file names. --- auto-modes.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/auto-modes.el b/auto-modes.el index 57280a5..7d4c62f 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -3,12 +3,8 @@ (list ;; apache-mode - '("\\.htaccess$" . apache-mode) - '("httpd\\.conf$" . apache-mode) - '("srm\\.conf$" . apache-mode) - '("access\\.conf$" . apache-mode) - '("apache[12]\?\\.conf$" . apache-mode) - '("commonapache[12]\?\\.conf$" . apache-mode) + '("\\.htaccess$" . apache-mode) + '("httpd\\.conf$" . apache-mode) ;; haskell-mode '("\\.l?hs$" . haskell-mode) -- 2.51.0