GNU Emacs
Emacs

Init File Basics

Your init file stores Emacs Lisp customizations that should run when Emacs starts. Keep small changes in your init file and move larger code into packages or separate files as the configuration grows.

The Variable Index is useful when you know a variable name.