mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix: hotfix of +calendar-open-calendar-function
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
(+workspace-switch "Calendar" t)
|
(+workspace-switch "Calendar" t)
|
||||||
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*cfw" (buffer-name (window-buffer it))))
|
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*cfw" (buffer-name (window-buffer it))))
|
||||||
(doom-visible-windows))))
|
(doom-visible-windows))))
|
||||||
(select-window (get-buffer-window buf)) (call-interactively '+calendar-open-calendar-function))
|
(select-window (get-buffer-window buf)) (call-interactively +calendar-open-calendar-function))
|
||||||
(+workspace/display))
|
(+workspace/display))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user