From 8134c49ec36ea29c5db4bbe180b174bb958e38cb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 1 Jan 2018 16:59:59 -0500 Subject: [PATCH] ibuffer-use-other-window = t (hand off to popup system) Addresses #309 --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index 4ddd15dbd..ecf053cae 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -50,6 +50,7 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") max-mini-window-height 0.3 mode-line-default-help-echo nil ; disable mode-line mouseovers mouse-yank-at-point t ; middle-click paste at point, not at click + ibuffer-use-other-window t resize-mini-windows 'grow-only ; Minibuffer resizing show-help-function nil ; hide :help-echo text split-width-threshold 160 ; favor horizontal splits