fix(mu4e): remove stray +workspace-delete invokation

In commit 5289861109 `+workspace-delete` was
replaced by `+workspace-kill`.

The changes were not complete, though, and mu4e does not start anymore.

This patch completes the changes and should restore mu4e.

Amend: 5289861109
This commit is contained in:
jman-schief 2024-07-07 19:37:02 +02:00 committed by GitHub
parent 21a427c33b
commit 3cd605182f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ default/fallback account."
;; as otherwise you can accumulate empty workspaces ;; as otherwise you can accumulate empty workspaces
(progn (progn
(unless (+workspace-buffer-list) (unless (+workspace-buffer-list)
(+workspace-delete (+workspace-current-name))) (+workspace-kill (+workspace-current-name)))
(+workspace-switch +mu4e-workspace-name t)) (+workspace-switch +mu4e-workspace-name t))
(setq +mu4e--old-wconf (current-window-configuration)) (setq +mu4e--old-wconf (current-window-configuration))
(delete-other-windows) (delete-other-windows)