Switch emacs server back to socket activation
This commit is contained in:
parent
4df29b1120
commit
89e836c829
|
@ -6,7 +6,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = config.programs.emacs.package;
|
package = config.programs.emacs.package;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
startWithUserSession = true;
|
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
|
socketActivation.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue