Switch Emacs back to socket activation
This commit is contained in:
parent
5779833787
commit
c2e8c11ed8
|
@ -14,8 +14,8 @@
|
||||||
package = config.programs.emacs.finalPackage;
|
package = config.programs.emacs.finalPackage;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
socketActivation.enable = false;
|
socketActivation.enable = true;
|
||||||
startWithUserSession = true;
|
startWithUserSession = false;
|
||||||
};
|
};
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
|
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
|
||||||
|
|
Reference in a new issue