Skip to content

Commit

Permalink
tweak(window): wider window for lexic
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 23, 2023
1 parent a8f563c commit 6d2550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
`(,(rx (seq "*" (or "Dictionary" "lexic" "Completions") "*"))
(display-buffer-in-side-window)
(side . right)
(window-width . 70)))
(window-width . 82)))

(add-to-list
'display-buffer-alist
Expand Down

0 comments on commit 6d2550c

Please sign in to comment.