summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index 3429014..c573705 100644
--- a/init.org
+++ b/init.org
@@ -762,8 +762,8 @@
(defun jao-tracking-next-buffer ()
(interactive)
- (jao-afio--goto-main)
- (tracking-next-buffer))
+ (tracking-next-buffer)
+ (jao-tracking-update-minibuffer))
:bind (("C-c C-SPC" . jao-tracking-next-buffer)))