From 2a95de21e353ae8ae01e7655fb1f6bc8b4a479cf Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 8 Mar 2026 10:08:02 -0400 Subject: [PATCH] auto-modes.el: explain what pyx files are --- auto-modes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-modes.el b/auto-modes.el index 7a59b00..57280a5 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -30,7 +30,7 @@ '("\\.module$" . php-mode) ;; Drupal modules ;; python-mode - '("\\.pyx?$" . python-mode) + '("\\.pyx?$" . python-mode) ;; Cython files ;; Perhaps surprisingly, I do not use Emacs as my PDF viewer. '("\\.pdf$" . fundamental-mode) -- 2.51.0