emacs: switch back to socket activation
This commit is contained in:
parent
f6c700bf65
commit
f4bc4e19a2
|
@ -133,8 +133,8 @@
|
|||
package = config.programs.emacs.finalPackage;
|
||||
defaultEditor = true;
|
||||
client.enable = true;
|
||||
socketActivation.enable = false;
|
||||
startWithUserSession = "graphical";
|
||||
socketActivation.enable = true;
|
||||
startWithUserSession = false;
|
||||
};
|
||||
git-sync.repositories = with config.xdg.userDirs; {
|
||||
org = {
|
||||
|
|
Loading…
Reference in a new issue