diff options
author | jao <jao@gnu.org> | 2022-05-20 03:21:32 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-20 03:24:11 +0100 |
commit | 635aba05c368fa982d2565698eb7f9f1df77714d (patch) | |
tree | 787ab9b56c430a60371fbe56e529a8457f0e447b /lib/eos | |
parent | 8a272e686074b41dcf3f336932681b4ac3e56e69 (diff) | |
download | elibs-635aba05c368fa982d2565698eb7f9f1df77714d.tar.gz elibs-635aba05c368fa982d2565698eb7f9f1df77714d.tar.bz2 |
working better in term mode
Diffstat (limited to 'lib/eos')
-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) |