From 54e7502b118b6b62236b31990785139f4425763d Mon Sep 17 00:00:00 2001 From: Greg Sexton Date: Sun, 26 Apr 2015 14:41:57 +0100 Subject: [PATCH] Add explicit python-mode support --- origami-parsers.el | 1 + 1 file changed, 1 insertion(+) diff --git a/origami-parsers.el b/origami-parsers.el index 3973a5b..f043ae3 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -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))