Tags: #emacs
Toggle via M-x visual-line-mode
. Useful when editing text.
Toggle via M-x whitespace-mode
. Useful when editing LaTeX documents that don't have hard wordwraps.
Indent to the right with C-c >
and deindent to the left with C-c <
. Changes the indentation level by four spaces unless prefixed with a number (e.g. C-u 8 C-c >
indents by 8 spaces).