~rg display buffer settings to anything ending in grep*

There is a reason for this: all grep based software should follow the
same rules for consistency.
This commit is contained in:
2020-08-18 00:47:02 +01:00
parent 9070840739
commit d47b2807ea

View File

@@ -762,7 +762,7 @@ want to configure and fine tune the window management of Emacs.
("\\*Flycheck.*"
(display-buffer-at-bottom)
(window-height . 0.25))
("\\*rg.*"
("grep\\*"
(display-buffer-at-bottom)
(window-height . 0.25))
("\\*Python\\*"