From 19c509a6fa945212e478e5522149117162217bc5 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 12 May 2023 23:52:04 +0200 Subject: [PATCH] emacs: minor fixes --- modules/services/emacs.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/services/emacs.nix b/modules/services/emacs.nix index 8e7ba9fb..2d5a24b9 100644 --- a/modules/services/emacs.nix +++ b/modules/services/emacs.nix @@ -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 true, Emacs service is started by default.target. If it is "graphical", Emacs service is started by graphical-session.target. + Whether to launch Emacs service with the systemd user session. If it is + true, Emacs service is started by + default.target. If it is + "graphical", Emacs service is started by + graphical-session.target. ''; };