Skip to content

Commit

Permalink
fix(window): fix warning window position
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 3a01518 commit b2e48f0
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 @@ -21,7 +21,7 @@
;; Show *Warnings* at bottom
(add-to-list
'display-buffer-alist
`("*Warnings*"
`("\\*Warnings\\*"
(display-buffer-reuse-window display-buffer-in-direction)
(direction . bottom) ;; bottom (above below...)
(dedicated . t) ;; Close when finished
Expand Down

0 comments on commit b2e48f0

Please sign in to comment.