Skip to content

Commit

Permalink
Associate wsgi files with python mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aisipos committed Oct 14, 2010
1 parent eb67feb commit fa22bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions customizations/python.el
Expand Up @@ -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)
Expand Down

0 comments on commit fa22bc8

Please sign in to comment.