summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-tracking.el
diff options
context:
space:
mode:
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