From c3060ab93790012e3c6ba30e6e5585cd43c6c516 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 5 Dec 2022 11:16:34 +0100 Subject: [PATCH] emacs: add note about `inhibit-startup-message` --- modules/programs/emacs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/programs/emacs.nix b/modules/programs/emacs.nix index 4253cb3b..a9a77949 100644 --- a/modules/programs/emacs.nix +++ b/modules/programs/emacs.nix @@ -52,6 +52,10 @@ in { Configuration to include in the Emacs default init file. See for more. + + Note, the inhibit-startup-message Emacs option + cannot be set here since Emacs disallows setting it from the default + initialization file. ''; };