Switch emacs server back to socket activation

This commit is contained in:
Evie Litherland-Smith 2023-09-04 09:27:48 +01:00
parent 4df29b1120
commit 89e836c829

View file

@ -6,7 +6,7 @@
enable = true;
package = config.programs.emacs.package;
defaultEditor = true;
startWithUserSession = true;
client.enable = true;
socketActivation.enable = true;
};
}