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
Reformat Lines (Hard-Wrap)
- Emacs: Hard-Wrap Lines (fill-paragraph)
- Emacs: Reformat to Long Lines (unfill-paragraph) 🚀
- Emacs: Reformat Lines for Source Code 🚀