HACK: run doom sync before launching emacs

This commit is contained in:
coolneng 2022-06-08 16:56:11 +02:00
parent 80077c8ef7
commit 1dc3ec3aaf
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -333,7 +333,8 @@ assign [app_id="firefox"] $workspace2
exec firefox
# emacs
assign [class=".*[Ee]macs.*"] $workspace3
exec emacs
# HACK Run a doom sync before launching emacs
exec ~/.emacs.d/bin/doom sync && exec emacs
# teams
assign [class="Microsoft Teams - Preview"] $workspace6
exec teams