From fb56866e4efba8d73e29c8d0a82f43bef8dab9da Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 4 Nov 2024 06:34:54 +0000 Subject: [PATCH] Sync Emacs as part of sync-all --- system/home/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index d3cc99a2..def7ff0a 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -8,7 +8,7 @@ ./cava.nix ]; home.shellAliases = { - sync-all = "vdirsyncer sync; mbsync -a; sync-git"; + sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs"; sync-and-shutdown = "sync-all && shutdown now"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn";