Revert "HACK: run doom sync before launching emacs"

This reverts commit 1dc3ec3aaf.
This commit is contained in:
coolneng 2022-09-10 07:57:55 +02:00
parent 2023c27d06
commit 1edafbff17
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -335,8 +335,7 @@ assign [app_id="firefox"] $workspace2
exec firefox exec firefox
# emacs # emacs
assign [class=".*[Ee]macs.*"] $workspace3 assign [class=".*[Ee]macs.*"] $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