mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
This is experimental and disabled by default. It uses a slightly more primitive backend that will stack popups away from the edge of the frame. This will need more work to take window-slot into account. To use it: (remove-hook '+popup-display-buffer-actions 'display-buffer-in-side-window) (add-hook '+popup-display-buffer-actions #'+popup-display-buffer t)