mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set ibuffer-use-other-window in ui/popup/+hacks.el
It was originally set to accommodate the popup system.
This commit is contained in:
@ -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*")))
|
||||
|
Reference in New Issue
Block a user