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
|
||||
fd
|
||||
graphviz
|
||||
zip
|
||||
unzip
|
||||
|
||||
# Language-specific requirements
|
||||
ispell
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
package = config.programs.emacs.package;
|
||||
defaultEditor = true;
|
||||
startWithUserSession = true;
|
||||
client.enable = true;
|
||||
socketActivation.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue