From d47b2807eae6ac70a03739875da11afd7926f11e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 18 Aug 2020 00:47:02 +0100 Subject: ~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. --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 52d38cb..31ac6b7 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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\\*" -- cgit v1.2.3-13-gbd6f