branch: externals/ivy-posframe
commit 2733fe1746bcdd5349cc7cae3887cab2f7665f1c
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Set :position to (point).
---
ivy-posframe.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 01574dc..c1bea4c 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -86,6 +86,7 @@ More details can be found in docstring of `posframe-show'."
ivy-posframe-buffer
:font ivy-posframe-font
:string (concat ivy--prompt ivy-text str)
+ :position (point)
:poshandler (or ivy-posframe-poshandler
#'posframe-poshandler-window-bottom-left-corner)
:background-color (face-attribute 'ivy-posframe :background)