Disable emacs daemon macos
This commit is contained in:
parent
eabeafc1e7
commit
3507d6022d
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue