diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-afio.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 2a4efbb..306a1d5 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -56,9 +56,9 @@ (defun jao-afio--check-frame () (unless (jao-afio--check-frame-p) - (or (when jao-afio-fallback-fun - (funcall jao-afio-fallback-fun) - t) + (or ;; (when jao-afio-fallback-fun + ;; (funcall jao-afio-fallback-fun) + ;; t) (when (y-or-n-p "Another frame is using afio. Steal? ") (jao-afio--steal) t) |