Fix: hotfix of +calendar-open-calendar-function
This commit is contained in:
parent
c63aba39ac
commit
7236404f67
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
(+workspace-switch "Calendar" t)
|
||||
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*cfw" (buffer-name (window-buffer it))))
|
||||
(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))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue