Skip to content

Commit

Permalink
Fix which-key squishing buffer group 2 window
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Oct 18, 2024
1 parent 8003a12 commit c841c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ On SKIP-PROCESS-BUFFERS skip deletion of buffers which has processes."
(`(,_ . 1)
'((display-buffer-in-side-window) (side . bottom) (slot . -1)))
(`(,_ . 2)
'((display-buffer-in-side-window) (side . bottom) (slot . 1)))
'((display-buffer-in-side-window) (side . bottom) (slot . 0)))
(_ (error "Unable to display buffer of mode `%s'" mode)))))))
(display-buffer buffer `((display-buffer-reuse-window . ,fns) . ,alist))))

Expand Down

0 comments on commit c841c77

Please sign in to comment.