From fa22bc80e212da4ab510e4f95c83e2bb83d3bae6 Mon Sep 17 00:00:00 2001 From: "Anton I. Sipos" Date: Thu, 14 Oct 2010 13:51:39 -0700 Subject: [PATCH] Associate wsgi files with python mode --- customizations/python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations/python.el b/customizations/python.el index db1f7bf..9111638 100644 --- a/customizations/python.el +++ b/customizations/python.el @@ -23,6 +23,7 @@ (load-library "python-mode") (autoload 'python-mode "python-mode" "Python editing mode." t) (add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode)) +(add-to-list 'auto-mode-alist '("\\.wsgi\\'" . python-mode)) (add-to-list 'interpreter-mode-alist '("python" . python-mode)) ;; (setq interpreter-mode-alist ;; (cons '("python" . python-mode)