nixos/emacs: improve description of services.emacs.enable (#387966)
Remove `, whatever its value.` because it makes the sentence confusing.
This commit is contained in:
@@ -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`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user