mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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"
|
"TODO"
|
||||||
(setq +helm--posframe-last-window (selected-window))
|
(setq +helm--posframe-last-window (selected-window))
|
||||||
(require 'posframe)
|
(require 'posframe)
|
||||||
|
(setq helm--buffer-in-new-frame-p t)
|
||||||
(posframe-show
|
(posframe-show
|
||||||
(setq +helm--posframe-buffer buffer)
|
(setq +helm--posframe-buffer buffer)
|
||||||
:poshandler +helm-posframe-handler
|
:poshandler +helm-posframe-handler
|
||||||
|
Reference in New Issue
Block a user