branch: master commit fe30ee8f4bef854e12a47b9355f3e817251217f6 Merge: c94bf8a 0ac1e46 Author: tumashu <tuma...@163.com> Commit: GitHub <nore...@github.com>
Merge pull request #7 from raxod502/feat/mouse-banish-on-macos 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 26b843c..5b06d0c 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)