From 8445bf28cde2a1de4c51858cbe18f4f2a2700e79 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Feb 2023 19:44:21 -0800 Subject: fix(ui): don't coerce buffers for wo|man The screen on the laptop is too small, let's just have a full size buffer, it's easier to read that way. Change-Id: If6d65bd0353237431f6bd68c054c7ec732bd7dd8 --- emacs/custom/my-ui.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 3e9c271..639eb46 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -102,11 +102,6 @@ (window-height . 0.16) (side . top) (slot . 2)) - ("\\*\\(Wo\\)\?Man" - (display-buffer-in-side-window) - (window-width . 0.4) - (side . left) - (slot . 0)) ("\\*\\(wclock\\|slo-calculator\\).*" (display-buffer-in-side-window) (window-width . 0.35) -- cgit 1.4.1