emacs: Set as default editor
This commit is contained in:
parent
3891b6c2cd
commit
92bf748a71
1 changed files with 5 additions and 1 deletions
|
|
@ -176,7 +176,11 @@ in {
|
||||||
defaultCacheTtlSsh = 300;
|
defaultCacheTtlSsh = 300;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.emacs = { enable = true; };
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
startWithUserSession = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".local" = {
|
home.file.".local" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue