From 635aba05c368fa982d2565698eb7f9f1df77714d Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 20 May 2022 03:21:32 +0100 Subject: working better in term mode --- lib/eos/jao-afio.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/eos/jao-afio.el') 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) -- cgit v1.2.3