]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
auto-modes.el: remove "rake" ruby-mode entries
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 13:58:43 +0000 (09:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 13:58:43 +0000 (09:58 -0400)
The ruby-mode shipped with emacs includes these now and the
automatically-generated auto-mode-alist includes them.

auto-modes.el

index a616d48447672357b1e3119486dd45c383b174f9..915db7f4ab648448fe2bcf9d249baeb76fba19b8 100644 (file)
        ;; python-mode
        '("\\.pyx?$" . python-mode)
 
-       ;; ruby-mode
-       '("\\.rake$"      . ruby-mode)
-       '("/[Rr]akefile$" . ruby-mode)
-
        ;; Perhaps surprisingly, I do not use Emacs as my PDF viewer.
        '("\\.pdf$" . fundamental-mode)
        )