]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Use python-mode for *.pyx files.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Dec 2011 01:37:05 +0000 (20:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Dec 2011 01:37:05 +0000 (20:37 -0500)
auto-modes.el

index 063f43631ab631a6ec4d04b4fd07628eead8107c..21149accf13e3ff2059fe1bf408f6f8b3271ebda 100644 (file)
@@ -47,7 +47,7 @@
        '("\\.php$" . php-mode)
                               
        ;; python-mode
-       '("\\.py$" . python-mode)
+       '("\\.pyx?$" . python-mode)
 
        ;; ruby-mode
        '("\\.rake$" . ruby-mode)