diff --git a/core/autoload/ui.el b/core/autoload/ui.el index 912a2bef6..e8d3673bc 100644 --- a/core/autoload/ui.el +++ b/core/autoload/ui.el @@ -58,8 +58,7 @@ windows (unlike `doom/window-zoom') Activate again to undo." (assoc ?_ register-alist)) (ignore (jump-to-register ?_)) (window-configuration-to-register ?_) - (doom-resize-window nil (truncate (/ (frame-width) 1.2)) t) - (doom-resize-window nil (truncate (/ (frame-height) 1.2))) + (maximize-window) t))) ;;;###autoload