emacs: remove unnecessary rec
This commit is contained in:
parent
18f9d668aa
commit
9ef24320f1
1 changed files with 2 additions and 2 deletions
|
|
@ -107,10 +107,10 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
defaultEditor = mkOption rec {
|
||||
defaultEditor = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
example = !default;
|
||||
example = true;
|
||||
description = ''
|
||||
Whether to configure {command}`emacsclient` as the default
|
||||
editor using the {env}`EDITOR` and {env}`VISUAL`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue