Skip to content

Commit

Permalink
tweak(window): smaller help window (40%)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent b715232 commit 4416062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
'display-buffer-alist
`(,(rx bol "*" (or "Help" (seq "helpful" (zero-or-more not-newline))) "*" eol)
(display-buffer-reuse-window display-buffer-pop-up-window)
(inhibit-same-window . t)))
(inhibit-same-window . t)
(window-width . 0.4)))

;; Show *Warnings* at bottom
(add-to-list
Expand Down

0 comments on commit 4416062

Please sign in to comment.