nixos/emacs: improve description of services.emacs.enable (#387966)

Remove `, whatever its value.` because it makes the sentence confusing.
This commit is contained in:
n
2025-03-08 17:04:05 +08:00
committed by GitHub
parent 52a1dddc79
commit e43340da27
+1 -1
View File
@@ -26,7 +26,7 @@ in
description = ''
Whether to enable a user service for the Emacs daemon. Use `emacsclient` to connect to the
daemon. If `true`, {var}`services.emacs.install` is
considered `true`, whatever its value.
considered `true`.
'';
};