From 5c159347332215efe9ef8d3f10613bdd7b804425 Mon Sep 17 00:00:00 2001 From: Jason Scott Date: Sat, 30 Mar 2019 11:19:40 +0100 Subject: [PATCH 1/2] 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)) From 1ca499bafbd672f095b1f4a4c16ccd10e7cc92a8 Mon Sep 17 00:00:00 2001 From: Jason Scott Date: Sat, 30 Mar 2019 16:05:33 +0100 Subject: [PATCH 2/2] adds to falsely branch in case invoked from splash --- 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 f1bc4222c..81530ca5f 100644 --- a/modules/app/calendar/autoload.el +++ b/modules/app/calendar/autoload.el @@ -21,6 +21,7 @@ (+workspace/display)) (setq +calendar--wconf (current-window-configuration)) (delete-other-windows) + (doom/switch-to-scratch-buffer) (+calendar--init))) ;;;###autoload