mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix helm-execute-persistent-action
With (helm +childframe) in doom! section, without this patch execute-persistent-action opens an extra non-child frame. This doesn't play nicely with my tiling window manager. This patch is taken from helm-posframe, and seems to fix it.
This commit is contained in:
@ -19,6 +19,7 @@ bottom, which is easier on the eyes on big displays."
|
||||
"TODO"
|
||||
(setq +helm--posframe-last-window (selected-window))
|
||||
(require 'posframe)
|
||||
(setq helm--buffer-in-new-frame-p t)
|
||||
(posframe-show
|
||||
(setq +helm--posframe-buffer buffer)
|
||||
:poshandler +helm-posframe-handler
|
||||
|
Reference in New Issue
Block a user