mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Merge pull request #784 from duog/pr/fix-helm-execute-persistent-action
fix helm execute persistent action
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