branch: master commit 0ac1e469f07a6e41befda2b7183ae43e762da9db Author: Radon Rosborough <radon.n...@gmail.com> Commit: Radon Rosborough <radon.n...@gmail.com>
Disable posframe-mouse-banish on macOS --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index b1bc196..8259822 100644 --- a/posframe.el +++ b/posframe.el @@ -98,7 +98,7 @@ :group 'lisp :prefix "posframe-") -(defcustom posframe-mouse-banish t +(defcustom posframe-mouse-banish (not (eq system-type 'darwin)) "Mouse will be moved to (0 , 0) when it is non-nil." :group 'posframe :type 'boolean)