summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.el b/init.el
index 38e9c86..c841bf1 100644
--- a/init.el
+++ b/init.el
@@ -755,8 +755,7 @@
:init (setq jao-tracking-bkg
(if (jao-colors-scheme-dark-p) "grey20" "grey93")
jao-tracking-use-scratch (not window-system))
- :config (jao-tracking-set-up)
- :bind (("C-c C-SPC" . jao-tracking-next-buffer)))
+ :config (jao-tracking-setup))
;;;; tmr
(use-package tmr
@@ -3126,7 +3125,7 @@
(defalias 'jao-streaming-like #'jao-spt-like)
(defalias 'jao-streaming-dislike #'jao-spt-dislike)))
-(defvar jao-spt-on t)
+(defvar jao-spt-on nil)
(defun jao-spt-on-p () jao-spt-on)
(jao-def-exec-in-term "spt" "spt" (jao-afio-goto-scratch t))