Remove redundant Doom Emacs sync at startup

This commit is contained in:
2026-01-12 16:39:42 +01:00
parent 9917b139bb
commit 19d807f7e2

View File

@@ -340,8 +340,7 @@ assign [app_id="firefox"] $workspace2
exec firefox exec firefox
# emacs # emacs
assign [app_id="emacs"] $workspace3 assign [app_id="emacs"] $workspace3
# HACK Run a doom sync before launching emacs exec emacs
exec ~/.emacs.d/bin/doom sync && exec emacs
# #
# Assigning programs to workspaces # Assigning programs to workspaces