From 19ad8c25c76fa9c6d99a9210ed7272adcdd59222 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 31 Dec 2024 07:02:54 +0000 Subject: [PATCH] Enable no-script-mode in nyxt by default --- system/home/browser/config.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/home/browser/config.lisp b/system/home/browser/config.lisp index a58559b2..257ffdb9 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/no-script:no-script-mode %slot-value%)))) (define-configuration status-buffer ((glyph-mode-presentation-p t)