Add explicit python-mode support
This commit is contained in:
parent
579112c406
commit
54e7502b11
@ -44,6 +44,7 @@
|
|||||||
(js3-mode . origami-c-style-parser)
|
(js3-mode . origami-c-style-parser)
|
||||||
(go-mode . origami-c-style-parser)
|
(go-mode . origami-c-style-parser)
|
||||||
(php-mode . origami-c-style-parser)
|
(php-mode . origami-c-style-parser)
|
||||||
|
(python-mode . origami-indent-parser)
|
||||||
(emacs-lisp-mode . origami-elisp-parser)
|
(emacs-lisp-mode . origami-elisp-parser)
|
||||||
(lisp-interaction-mode . origami-elisp-parser)
|
(lisp-interaction-mode . origami-elisp-parser)
|
||||||
(clojure-mode . origami-clj-parser))
|
(clojure-mode . origami-clj-parser))
|
||||||
|
Loading…
Reference in New Issue
Block a user