diff options
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-afio.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 978dbc8..470981d 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -77,7 +77,9 @@ (let ((jao-doc-view-inhibit-session-save t)) (dolist (doc (jao-doc-view-session)) (when (and (file-exists-p doc) (y-or-n-p (format "Open %s? " doc))) - (jao-open-doc doc))))) + (jao-open-doc doc) + (other-window 1))) + (other-window 1))) (defun jao-afio-open-doc () (interactive) |