From 2d26db20b89374179ffab83893a257c023528ee9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 11 Dec 2011 20:37:05 -0500 Subject: [PATCH] Use python-mode for *.pyx files. --- auto-modes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2