Start emacs server with session instead of socket

Add zip and unzip programs for emacs archive management
This commit is contained in:
Evie Litherland-Smith 2023-09-01 16:30:08 +01:00
parent f48c05d496
commit 228170166f
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,8 @@
cmake cmake
fd fd
graphviz graphviz
zip
unzip
# Language-specific requirements # Language-specific requirements
ispell ispell

View file

@ -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;
}; };
} }