Revert C++ to c-style-parser

This commit is contained in:
Greg Sexton 2017-01-29 15:45:21 +00:00
parent 666b72a132
commit c74e77e760

View File

@ -243,7 +243,7 @@ position in the CONTENT."
(defcustom origami-parser-alist
`((java-mode . origami-java-parser)
(c-mode . origami-c-parser)
(c++-mode . origami-c-parser)
(c++-mode . origami-c-style-parser)
(perl-mode . origami-c-style-parser)
(cperl-mode . origami-c-style-parser)
(js-mode . origami-c-style-parser)