Merge pull request #1294 from jscott22/calendar_width
Create calfw calendar with correct grid width
This commit is contained in:
commit
67506ec765
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue