mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove unused window-state letvar
This commit is contained in:
@ -183,7 +183,6 @@ delete."
|
|||||||
(interactive)
|
(interactive)
|
||||||
(let* ((ignore-window-parameters t)
|
(let* ((ignore-window-parameters t)
|
||||||
(dedicated-p (window-dedicated-p))
|
(dedicated-p (window-dedicated-p))
|
||||||
(window-state (window-state-get))
|
|
||||||
(+eshell-enable-new-shell-on-split
|
(+eshell-enable-new-shell-on-split
|
||||||
(or +eshell-enable-new-shell-on-split (frame-parameter nil 'saved-wconf))))
|
(or +eshell-enable-new-shell-on-split (frame-parameter nil 'saved-wconf))))
|
||||||
(select-window (split-window-horizontally))
|
(select-window (split-window-horizontally))
|
||||||
|
Reference in New Issue
Block a user