I'd like to know how to indent multiple lines while Python is my major mode. The link below answers my question for the most part:
https://stackoverflow.com/questions/2585091/emacs-bulk-indent-for-python
However, is there a way to accomplish this while you have the following line in your .emacs
file?
(cua-mode t)
When I attempt C-c >
while cue-mode
is enabled, nothing happens.