From 8f8c847de507bc2d1b25875303e7b9b779544db2 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 22 Sep 2023 18:29:59 +0200 Subject: [PATCH] feat: do not sync doom every time --- modules/editors/emacs/home.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/editors/emacs/home.nix b/modules/editors/emacs/home.nix index fd00f41..8078bc9 100644 --- a/modules/editors/emacs/home.nix +++ b/modules/editors/emacs/home.nix @@ -46,9 +46,7 @@ rm -rf $HOME/.doom.d ln -s ${location}/modules/editors/emacs/doom.d $HOME/.doom.d - bash -c "yes || true" | $EMACS/bin/doom sync - else - bash -c "yes || true" | $EMACS/bin/doom sync + $EMACS/bin/doom sync fi''; }; }; -- 2.48.1