Fix invalid marker in doom/window-enlargen #825
This commit is contained in:
parent
e836ea8803
commit
6318572d10
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ windows (unlike `doom/window-zoom') Activate again to undo."
|
||||||
(setq doom--window-enlargened
|
(setq doom--window-enlargened
|
||||||
(if (and doom--window-enlargened
|
(if (and doom--window-enlargened
|
||||||
(assoc ?_ register-alist))
|
(assoc ?_ register-alist))
|
||||||
(ignore (jump-to-register ?_))
|
(ignore (ignore-errors (jump-to-register ?_)))
|
||||||
(window-configuration-to-register ?_)
|
(window-configuration-to-register ?_)
|
||||||
(if (window-dedicated-p)
|
(if (window-dedicated-p)
|
||||||
;; `window-resize' and `window-max-delta' don't respect
|
;; `window-resize' and `window-max-delta' don't respect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue