programs.emacs.extraConfig

Home-Manager option

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 in: <home-manager/modules/programs/emacs.nix>source unavailable