From c5b4fbb4d7e7f6a3f006b7b9ebe588714d4f73bf Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 8 Mar 2026 09:58:43 -0400 Subject: [PATCH] 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. --- auto-modes.el | 4 ---- 1 file changed, 4 deletions(-) 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) ) -- 2.51.0