Unverified Commit e43340da authored by n's avatar n Committed by GitHub
Browse files

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

Remove `, whatever its value.` because it makes the sentence confusing.
parent 52a1dddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`.
      '';
    };