Emacs Init: Highlight Current Line
- Alt+x
hl-line-mode
to toggle on/off for current buffer. - Alt+x
global-hl-line-mode
to toggle globally.

Turn on by Default
Put this in your Emacs Init File:
(global-hl-line-mode 1)
Emacs Lines, Column, Cursor Position
Soft-Wrap Lines
- Emacs: Visual Line Mode
- Emacs: Toggle Word Wrap
- Emacs: Line Wrap
- Emacs: Novel Reading Mode 💠
- Emacs: Toggle Line Spacing Command 💠
Reformat Lines
- Emacs: Hard-Wrap Lines (fill-region)
- Emacs: Reformat to Long Lines (unfill-region) 💠
- Emacs: Reformat Lines for Source Code 💠