From 3ddf540c5969cf341930bdf4f14998d1d22c00ad Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 22 Apr 2023 13:20:15 +0700 Subject: [PATCH] Use default popper func when wanting to split below --- .config/emacs/init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/emacs/init.org b/.config/emacs/init.org index 2045330..86616b6 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -1036,6 +1036,8 @@ Ace Window will show a hint if there are more than 2 windows, but I don't really ;; bottom or above. (defun joe/popper-display-func (buffer &optional _alist) (cond + ((eq joe/popper-side-toggle 'below) + (popper-select-popup-at-bottom buffer _alist)) ((when-let ((popup-buffer (cl-find-if #'popper-popup-p