diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:44:21 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:44:21 -0800 |
commit | 8445bf28cde2a1de4c51858cbe18f4f2a2700e79 (patch) | |
tree | 6a5d24e479882813559a866dc2745b932bd33b02 | |
parent | feat(conf/fish): add fish-mode (diff) | |
download | emacs.d-8445bf28cde2a1de4c51858cbe18f4f2a2700e79.tar.gz |
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
-rw-r--r-- | emacs/custom/my-ui.el | 5 |
1 files changed, 0 insertions, 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) |