mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/calendar: fix typo causing void-variable error
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
(defun +calendar--init ()
|
(defun +calendar--init ()
|
||||||
(if-let* ((win (cl-loop for win in (doom-visible-windows)
|
(if-let* ((win (cl-loop for win in (doom-visible-windows)
|
||||||
if (string-match-p "^\\*cfw:" (buffer-name (window-buffer it)))
|
if (string-match-p "^\\*cfw:" (buffer-name (window-buffer win)))
|
||||||
return win)))
|
return win)))
|
||||||
(select-window win)
|
(select-window win)
|
||||||
(call-interactively +calendar-open-function)))
|
(call-interactively +calendar-open-function)))
|
||||||
|
Reference in New Issue
Block a user