summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-tracking.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-11-10 22:48:59 +0000
committerjao <jao@gnu.org>2022-11-10 22:48:59 +0000
commite871380bc072e1f3295320196c0bd4a726752169 (patch)
treef5c49314255b1019fb6610443d7f7927964d5d1b /lib/eos/jao-tracking.el
parent0ca6d5e1c8c7b6dd6b93f978dac69b1dc789c4c7 (diff)
downloadelibs-e871380bc072e1f3295320196c0bd4a726752169.tar.gz
elibs-e871380bc072e1f3295320196c0bd4a726752169.tar.bz2
afio: a workspace of chats' own
Diffstat (limited to 'lib/eos/jao-tracking.el')
-rw-r--r--lib/eos/jao-tracking.el8
1 files changed, 7 insertions, 1 deletions
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,7 +126,7 @@
(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 ()
@@ -134,6 +134,12 @@
(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)
(if jao-tracking-use-scratch