From 3433b1ad85fdd23c18d11d899754633a035e7483 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Aug 2022 20:38:41 +0100 Subject: jao-tracking oops --- lib/eos/jao-tracking.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el index 386cc12..badffae 100644 --- a/lib/eos/jao-tracking.el +++ b/lib/eos/jao-tracking.el @@ -149,7 +149,9 @@ (add-variable-watcher 'tracking-mode-line-buffers #'jao-tracking-echo) ;; since we're using the minibuffer, forget the mode line (advice-add #'tracking-mode :override (lambda (&optional _) (interactive))) - (add-hook 'jao-afio-switch-hook #'jao-tracking--remove-visible-buffers)) + (add-hook 'jao-afio-switch-hook #'jao-tracking--remove-visible-buffers) + (global-set-key (kbd "C-c C-SPC") #'jao-tracking-next-buffer) + (define-key tracking-mode-map (kbd "C-c C-SPC") #'jao-tracking-next-buffer)) (provide 'jao-tracking) ;;; jao-minibuffer-tracking.el ends here -- cgit v1.2.3