Skip to content

Commit

Permalink
tweak(window): add display rule for envrc warnings buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 17, 2024
1 parent 4576019 commit acf7bcf
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 @@ -38,7 +38,7 @@
;; Show *Warnings* at bottom
(add-to-list
'display-buffer-alist
`("^\\*Warnings\\*$"
`(,(rx bol "*" (or "Warnings" "envrc") "*" eol)
(display-buffer-reuse-window display-buffer-in-direction)
(direction . bottom) ;; bottom (above below...)
(dedicated . t) ;; Close when finished
Expand Down

0 comments on commit acf7bcf

Please sign in to comment.