emacs indent region python code example
Example 1: emacs region indent python
M-x python-shift-right (C-c >)
M-x python-shift-left (C-c <)
Example 2: emacs shift region left python
C-c <; C-c >
M-x python-shift-right (C-c >)
M-x python-shift-left (C-c <)
C-c <; C-c >