]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
auto-modes.el: remove old apache-mode entries
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:17:10 +0000 (10:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:22:07 +0000 (10:22 -0400)
I don't even remember where I saw these. If anything, today I would
include the Gentoo *.conf file names.

auto-modes.el

index 57280a55d8dd741d57095b148615e2aae3897aad..7d4c62f0d439489b03a82ceae531571d6c9458a8 100644 (file)
@@ -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)