HACK: run doom sync before launching emacs
This commit is contained in:
parent
80077c8ef7
commit
1dc3ec3aaf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue