(Emacs)+ivy-occur display record

This commit is contained in:
2022-09-17 00:12:09 +01:00
parent 5bd2f3dbd5
commit 62684402dd

View File

@@ -801,6 +801,10 @@ records. This is mostly for packages that aren't really configured
(window-height . 0.25)
(side . bottom))
("\\*ivy-occur.*"
(display-buffer-at-bottom)
(window-height . 0.25))
("\\*Async Shell Command\\*"
(display-buffer-at-bottom)
(window-height . 0.25)))