I've just installed python-mode
, and it has lots of cool features like "syntax-checking".
I like to have 2-spaces of indentation for my python code but the syntax-checking is warning me that it should be 4 spaces.
I believe there should be a variable for me to set this preference. I've read through the docs of pymode, I can't find the related setting.
(Plus, I want to change the shiftwidth setting set by pymode also)