Working with Python in Emacs if I want to add a try/except to a block of code, I often find that I am having to indent the whole block, line by line. In Emacs, how do you inden
indent-region mapped to C-M-\ should do the trick.
indent-region
C-M-\