emacs: switch back to socket activation
This commit is contained in:
parent
f6c700bf65
commit
f4bc4e19a2
|
@ -133,8 +133,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 = "graphical";
|
startWithUserSession = false;
|
||||||
};
|
};
|
||||||
git-sync.repositories = with config.xdg.userDirs; {
|
git-sync.repositories = with config.xdg.userDirs; {
|
||||||
org = {
|
org = {
|
||||||
|
|
Loading…
Reference in a new issue