Set ibuffer-use-other-window in ui/popup/+hacks.el

It was originally set to accommodate the popup system.
This commit is contained in:
Henrik Lissner 2018-06-16 10:22:59 +02:00
parent 9c748600a5
commit 02d532a09a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 1 deletions

View file

@ -176,6 +176,10 @@ the command buffer."
(advice-add #'helm-ag--edit :around #'+helm*pop-to-buffer))
;; `ibuffer'
(setq ibuffer-use-other-window t)
;; `Info'
(defun +popup*switch-to-info-window (&rest _)
(when-let* ((win (get-buffer-window "*info*")))