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 {
|
config = lib.mkIf config.nathan.programs.emacs.enable {
|
||||||
# Setup service
|
# Setup service
|
||||||
launchd.agents.emacs = {
|
launchd.agents.emacs = {
|
||||||
enable = true;
|
enable = false;
|
||||||
config = {
|
config = {
|
||||||
ProgramArguments =
|
ProgramArguments =
|
||||||
[ "/etc/profiles/per-user/nathan/bin/emacs" "--daemon" ];
|
[ "/etc/profiles/per-user/nathan/bin/emacs" "--daemon" ];
|
||||||
|
|
Loading…
Reference in New Issue