Disable emacs daemon macos

This commit is contained in:
Nathan McCarty 2023-03-27 17:20:32 -04:00
parent eabeafc1e7
commit 3507d6022d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
config = lib.mkIf config.nathan.programs.emacs.enable {
# Setup service
launchd.agents.emacs = {
enable = true;
enable = false;
config = {
ProgramArguments =
[ "/etc/profiles/per-user/nathan/bin/emacs" "--daemon" ];