diff --git a/init.el b/init.el index a7bb618..4d9af23 100644 --- a/init.el +++ b/init.el @@ -547,16 +547,14 @@ (side . bottom) (slot . -1) (window-height . 0.33) - (window-parameters . ((no-other-window . t) - (no-delete-other-windows . t))))) + (window-parameters . ((no-other-window . t))))) (add-to-list 'display-buffer-alist '("^\\*shell\\*" display-buffer-in-side-window (side . bottom) (slot . 1) (window-height . 0.33) - (window-parameters . ((no-other-window . t) - (no-delete-other-windows . t))))))) + (window-parameters . ((no-other-window . t))))))) (use-package winner :commands (winner-mode winner-undo winner-redo))