diff --git a/system/home/browser/config.lisp b/system/home/browser/config.lisp index 31136145..36c62deb 100644 --- a/system/home/browser/config.lisp +++ b/system/home/browser/config.lisp @@ -2,7 +2,9 @@ ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)) (default-modes - (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)))) + (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)) + (default-modes + (pushnew 'nyxt/mode/reduce-tracking:reduce-tracking-mode %slot-value%)))) (define-configuration status-buffer ((glyph-mode-presentation-p t)