Skip to main content
3 of 3
Whoops -- meant to link to the Emacs manual on prefix args, not the Elisp manual.
glucas
  • 21.1k
  • 1
  • 57
  • 86

Use command indent-rigidly, which is bound to C-x TAB by default.

You can specify the number of spaces to indent by using a prefix argument, such as C-5 C-x TAB.

Or you can invoke the command and then use the left/right arrows to interactively adjust the indent level.

glucas
  • 21.1k
  • 1
  • 57
  • 86