emacs: minor fixes

This commit is contained in:
Robert Helgesson 2023-05-12 23:52:04 +02:00
parent 1eac5febc4
commit 19c509a6fa
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 5 additions and 1 deletions

View File

@ -88,7 +88,11 @@ in {
literalExpression "!config.services.emacs.socketActivation.enable";
example = "graphical";
description = ''
Whether to launch Emacs service with the systemd user session. If it is <literal>true</literal>, Emacs service is started by default.target. If it is <literal>"graphical"</literal>, Emacs service is started by graphical-session.target.
Whether to launch Emacs service with the systemd user session. If it is
<literal>true</literal>, Emacs service is started by
<literal>default.target</literal>. If it is
<literal>"graphical"</literal>, Emacs service is started by
<literal>graphical-session.target</literal>.
'';
};