diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |