diff --git a/home/scripts/shell/esync.sh b/home/scripts/shell/esync.sh index fe42cb3f..f053dfcc 100755 --- a/home/scripts/shell/esync.sh +++ b/home/scripts/shell/esync.sh @@ -7,6 +7,8 @@ fi cd "$EMACS_DIR" || exit 1 # Pull changes by fast-forwarding only git pull --ff --ff-only + # Update submodules for local packages + git submodule update --init --recursive # Install and update extensions make install )