From: Michael Orlitzky Date: Sun, 8 Mar 2026 13:58:43 +0000 (-0400) Subject: auto-modes.el: remove "rake" ruby-mode entries X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=c5b4fbb4d7e7f6a3f006b7b9ebe588714d4f73bf;p=emacs.d.git auto-modes.el: remove "rake" ruby-mode entries The ruby-mode shipped with emacs includes these now and the automatically-generated auto-mode-alist includes them. --- diff --git a/auto-modes.el b/auto-modes.el index a616d48..915db7f 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -35,10 +35,6 @@ ;; 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) )