summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index ec10f6f..e23688d 100644
--- a/basic.el
+++ b/basic.el
@@ -199,6 +199,9 @@ This will maintain the frame's width and height as well."
(window-height . 0.37))
(,(rx (seq bos "magit: "))
(display-buffer-same-window))
+ (,(rx (seq bos "*Group*" eos))
+ (display-buffer-in-tab durand-display-in-one-window)
+ (tab-name . "email"))
(,(rx (seq bos "*Flymake"))
(display-buffer-at-bottom)
(window-height . 0.2))