programs.emacs.extraConfig
Configuration to include in the Emacs default init file. See https://www.gnu.org/software/emacs/manual/html_node/elisp/Init-File.html for more.
Note, the inhibit-startup-message Emacs option
cannot be set here since Emacs disallows setting it from the default
initialization file.
- Type
strings concatenated with "\n"- Default
""- Example
'' (setq standard-indent 2) ''- Declared
- <home-manager/modules/programs/emacs.nix>