diff --git a/modules/app/calendar/autoload.el b/modules/app/calendar/autoload.el index 7a4af2477..81530ca5f 100644 --- a/modules/app/calendar/autoload.el +++ b/modules/app/calendar/autoload.el @@ -16,10 +16,12 @@ (if (featurep! :feature workspaces) (progn (+workspace-switch "Calendar" t) + (doom/switch-to-scratch-buffer) (+calendar--init) (+workspace/display)) (setq +calendar--wconf (current-window-configuration)) (delete-other-windows) + (doom/switch-to-scratch-buffer) (+calendar--init))) ;;;###autoload