From 1d516a037adc6176dfc9d8fb5a5bbe44cb68c32b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 1 Jan 2025 07:10:43 +0000 Subject: [PATCH] Revert "Enable no-script-mode in nyxt by default" This reverts commit 19ad8c25c76fa9c6d99a9210ed7272adcdd59222. --- system/home/browser/config.lisp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/home/browser/config.lisp b/system/home/browser/config.lisp index 257ffdb9..a58559b2 100644 --- a/system/home/browser/config.lisp +++ b/system/home/browser/config.lisp @@ -2,9 +2,7 @@ ((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/no-script:no-script-mode %slot-value%)))) + (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)))) (define-configuration status-buffer ((glyph-mode-presentation-p t)