Start emacs server with session instead of socket
Add zip and unzip programs for emacs archive management
This commit is contained in:
parent
f48c05d496
commit
228170166f
|
@ -10,6 +10,8 @@
|
||||||
cmake
|
cmake
|
||||||
fd
|
fd
|
||||||
graphviz
|
graphviz
|
||||||
|
zip
|
||||||
|
unzip
|
||||||
|
|
||||||
# Language-specific requirements
|
# Language-specific requirements
|
||||||
ispell
|
ispell
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = config.programs.emacs.package;
|
package = config.programs.emacs.package;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
startWithUserSession = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
socketActivation.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue