summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 6b8c772..22c4735 100644
--- a/init.el
+++ b/init.el
@@ -565,7 +565,7 @@
(use-package jao-tracking
:demand t
:init (setq jao-tracking-bkg (if (jao-colors-scheme-dark-p) "grey20" "grey93"))
- :config (jao-tracking-setup))
+ :config (jao-tracking-setup t))
;;;; ednc
@@ -575,7 +575,7 @@
(use-package jao-ednc
:demand t
- :init (setq jao-ednc-use-tracking t)
+ :init (setq jao-ednc-use-tracking nil)
:commands (jao-ednc-setup)
:after ednc
:config