From 5c159347332215efe9ef8d3f10613bdd7b804425 Mon Sep 17 00:00:00 2001 From: Jason Scott Date: Sat, 30 Mar 2019 11:19:40 +0100 Subject: [PATCH] fixes calfw calendar creation width --- modules/app/calendar/autoload.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/app/calendar/autoload.el b/modules/app/calendar/autoload.el index 7a4af2477..f1bc4222c 100644 --- a/modules/app/calendar/autoload.el +++ b/modules/app/calendar/autoload.el @@ -16,6 +16,7 @@ (if (featurep! :feature workspaces) (progn (+workspace-switch "Calendar" t) + (doom/switch-to-scratch-buffer) (+calendar--init) (+workspace/display)) (setq +calendar--wconf (current-window-configuration))