Skip to content

Commit

Permalink
tweak(window): wider help windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 18, 2023
1 parent f211b99 commit c8c4d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(slot . 0)
(side . right)
(dedicated . t) ;; Close when finished
(window-width . 80)))
(window-width . 85)))

;; Show *Warnings* at bottom
(add-to-list
Expand All @@ -46,7 +46,7 @@
`(,(rx bol "*" (or "Dictionary" "lexic" "Completions") "*" eol)
(display-buffer-in-side-window)
(side . right)
(window-width . 82)))
(window-width . 85)))

;; Terminal buffers
(add-to-list
Expand Down

0 comments on commit c8c4d10

Please sign in to comment.