From e871380bc072e1f3295320196c0bd4a726752169 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 10 Nov 2022 22:48:59 +0000 Subject: afio: a workspace of chats' own --- lib/eos/jao-tracking.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/eos/jao-tracking.el') diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el index fdb156b..5158fd6 100644 --- a/lib/eos/jao-tracking.el +++ b/lib/eos/jao-tracking.el @@ -126,13 +126,19 @@ (setq jao-tracking-string (jao-tracking-build-str new-val)) (jao-minibuffer-refresh)) -(defvar jao-tracking-use-scratch nil) +(defvar jao-tracking-use-scratch 5) (defvar jao-tracking--start-frame nil) (defun jao-tracking--remove-visible-buffers () (unless (and jao-afio-use-frames jao-tracking-use-scratch) (tracking-remove-visible-buffers))) +;;;###autoload +(defun jao-tracking-go-to-chats () + (interactive) + (when jao-tracking-use-scratch + (jao-afio-goto-nth jao-tracking-use-scratch))) + ;;;###autoload (defun jao-tracking-next-buffer () (interactive) -- cgit v1.2.3