Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into network-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Oct 27, 2024
2 parents bbf289a + 2eb4722 commit 60e32dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/services/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ in {

launchd.user.agents.emacs = {
path = cfg.additionalPath ++ [ config.environment.systemPath ];
serviceConfig.ProgramArguments =
[ "${cfg.package}/bin/${cfg.exec}" "--fg-daemon" ];
serviceConfig.RunAtLoad = true;
serviceConfig = {
ProgramArguments = [ "${cfg.package}/bin/${cfg.exec}" "--fg-daemon" ];
RunAtLoad = true;
KeepAlive = true;
};
};

};
Expand Down

0 comments on commit 60e32dc

Please sign in to comment.