mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
emacs: minor fixes
This commit is contained in:
parent
1eac5febc4
commit
19c509a6fa
1 changed files with 5 additions and 1 deletions
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue