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