From: Michael Orlitzky Date: Sun, 8 Mar 2026 14:17:10 +0000 (-0400) Subject: auto-modes.el: remove old apache-mode entries X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b6d70993c32d7f6f3b5fe1e3ed01010f30946d5c;p=emacs.d.git 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. --- 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)