diff options
author | jao <jao@gnu.org> | 2025-05-23 14:43:35 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-05-23 14:43:35 +0100 |
commit | f73ecf93b56f704c0e7ba92270e698f57335d7a1 (patch) | |
tree | 7170b68b55d973ac5d65505b40c7ee3bdd55f307 /lib/eos/jao-afio.el | |
parent | 320cb06bfe938e20d76b238e706f346776ff73dd (diff) | |
download | elibs-f73ecf93b56f704c0e7ba92270e698f57335d7a1.tar.gz elibs-f73ecf93b56f704c0e7ba92270e698f57335d7a1.tar.bz2 |
nits
Diffstat (limited to 'lib/eos/jao-afio.el')
-rw-r--r-- | lib/eos/jao-afio.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index b588989..10e9115 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -1,6 +1,6 @@ ;;; jao-afio.el --- workspaces in just one frame -*- lexical-binding: t; -*- -;; Copyright (C) 2020, 2021, 2022, 2024 jao +;; Copyright (C) 2020, 2021, 2022, 2024, 2025 jao ;; Author: jao <mail@jao.io> ;; Keywords: frames @@ -228,7 +228,7 @@ (defun jao-afio-goto-scratch (&optional one-win) (interactive "P") - (jao-afio--goto-frame ?s nil) + (jao-afio--goto-frame ?s one-win) (when one-win (delete-other-windows))) (defun jao-afio-goto-chats (&optional reset) |