From: Michael Orlitzky Date: Sun, 8 Mar 2026 14:08:02 +0000 (-0400) Subject: auto-modes.el: explain what pyx files are X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=2a95de21e353ae8ae01e7655fb1f6bc8b4a479cf;p=emacs.d.git auto-modes.el: explain what pyx files are --- 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)