Add explicit python-mode support

This commit is contained in:
Greg Sexton 2015-04-26 14:41:57 +01:00
parent 579112c406
commit 54e7502b11

View File

@ -44,6 +44,7 @@
(js3-mode . origami-c-style-parser)
(go-mode . origami-c-style-parser)
(php-mode . origami-c-style-parser)
(python-mode . origami-indent-parser)
(emacs-lisp-mode . origami-elisp-parser)
(lisp-interaction-mode . origami-elisp-parser)
(clojure-mode . origami-clj-parser))