(Emacs)~display-buffer-alist match *completions* and *Ido completions*

This commit is contained in:
2020-09-27 21:44:13 +01:00
parent 4690ecaf4e
commit 9afc74f0fe

View File

@@ -732,7 +732,7 @@ here as well via a wrapping use-package declaration.
("\\*compilation\\*"
(display-buffer-at-bottom)
(window-height . 0.25))
("\\*Ido Completions\\*"
("\\*\\(Ido \\)?Completions\\*"
(display-buffer-in-side-window)
(window-height . 0.25)
(side . bottom))