diff options
-rw-r--r-- | Emacs/.config/emacs/config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 194889a..d993575 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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))) |