mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1294 from jscott22/calendar_width
Create calfw calendar with correct grid width
This commit is contained in:
@ -16,10 +16,12 @@
|
|||||||
(if (featurep! :feature workspaces)
|
(if (featurep! :feature workspaces)
|
||||||
(progn
|
(progn
|
||||||
(+workspace-switch "Calendar" t)
|
(+workspace-switch "Calendar" t)
|
||||||
|
(doom/switch-to-scratch-buffer)
|
||||||
(+calendar--init)
|
(+calendar--init)
|
||||||
(+workspace/display))
|
(+workspace/display))
|
||||||
(setq +calendar--wconf (current-window-configuration))
|
(setq +calendar--wconf (current-window-configuration))
|
||||||
(delete-other-windows)
|
(delete-other-windows)
|
||||||
|
(doom/switch-to-scratch-buffer)
|
||||||
(+calendar--init)))
|
(+calendar--init)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user