From 2ddf5961b74e3c69bd49fdf781e1dca008544bf6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 11 Nov 2023 18:58:43 +0000 Subject: [PATCH] Remove setting no-script mode by default --- home/nyxt/config.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index 94a28537..300543ba 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -4,8 +4,6 @@ (setf (uiop/os:getenv "WEBKIT_DISABLE_COMPOSITING_MODE") "1") (define-configuration buffer ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) -(define-configuration web-buffer - ((default-modes (pushnew 'nyxt/mode/no-script:no-script-mode %slot-value%)))) (define-configuration web-buffer ((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)))) (define-configuration context-buffer