paetzke / py-autopep8.el

py-autopep8.el integrates autopep8 into Emacs.
GNU General Public License v3.0
79 stars 21 forks source link

Make options available #3

Closed yasuyk closed 10 years ago

yasuyk commented 10 years ago

This commit make options available.

Usage is like this:

;;with aggressive level 2
(setq py-autopep8-options '("-a" "-a"))
yasuyk commented 10 years ago

Thank you for merging!