Fix window-live-p error on other-popup
This commit is contained in:
parent
f8e8dbad8f
commit
bf08e1c318
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ without leaving any trace behind (muahaha)."
|
||||||
(cdr (memq (selected-window) doom-popup-windows))
|
(cdr (memq (selected-window) doom-popup-windows))
|
||||||
(setq doom-popup-other-window (selected-window))
|
(setq doom-popup-other-window (selected-window))
|
||||||
doom-popup-windows))
|
doom-popup-windows))
|
||||||
(select-window (nth (mod (1- count) (length popups)) popups))
|
(ignore-errors (select-window (nth (mod (1- count) (length popups)) popups)))
|
||||||
(unless (eq (selected-window) doom-popup-other-window)
|
(unless (eq (selected-window) doom-popup-other-window)
|
||||||
(when doom-popup-other-window
|
(when doom-popup-other-window
|
||||||
(select-window doom-popup-other-window t)
|
(select-window doom-popup-other-window t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue