diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index a57fd764..b08fdc61 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -1,11 +1,14 @@ (define-configuration buffer - ((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)) - (default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) + ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)) + (default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)) + (default-modes (pushnew 'nyxt/mode/reduce-tracking:reduce-tracking-mode %slot-value%)) + (default-modes (pushnew 'nyxt/mode/force-https:force-https-mode %slot-value%)))) (define-configuration status-buffer ((glyph-mode-presentation-p t) (display-tabs-by-last-access-p t))) +(define-configuration :emacs-mode ((glyph "ε"))) (define-configuration :force-https-mode ((glyph "ϕ"))) (define-configuration :user-script-mode ((glyph "u"))) (define-configuration :blocker-mode ((glyph "β")))