From: Michael Orlitzky Date: Mon, 12 Dec 2011 01:37:05 +0000 (-0500) Subject: Use python-mode for *.pyx files. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=2d26db20b89374179ffab83893a257c023528ee9 Use python-mode for *.pyx files. --- diff --git a/auto-modes.el b/auto-modes.el index 063f436..21149ac 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -47,7 +47,7 @@ '("\\.php$" . php-mode) ;; python-mode - '("\\.py$" . python-mode) + '("\\.pyx?$" . python-mode) ;; ruby-mode '("\\.rake$" . ruby-mode)