]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
auto-modes.el: explain what pyx files are
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:08:02 +0000 (10:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:08:02 +0000 (10:08 -0400)
auto-modes.el

index 7a59b0077f490612b20cf8fccd9949962a2f640e..57280a55d8dd741d57095b148615e2aae3897aad 100644 (file)
@@ -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)