branch: externals/posframe
commit a568d9f2abbcc7348b53d56952336a6a70cf23dc
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* posframe.el (posframe-mouse-banish): default to nil.
---
posframe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 6ca264d..f5ed990 100644
--- a/posframe.el
+++ b/posframe.el
@@ -146,7 +146,7 @@
:group 'lisp
:prefix "posframe-")
-(defcustom posframe-mouse-banish (not (eq system-type 'darwin))
+(defcustom posframe-mouse-banish nil
"Mouse will be moved to (0 , 0) when it is non-nil."
:group 'posframe
:type 'boolean)