From d3fea63bfbca5c629faff38fabd346427fecc961 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 11 Nov 2023 09:24:59 +0000 Subject: [PATCH] Enable no-script mode in nyxt by default --- home/nyxt/config.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index 300543ba..94a28537 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -4,6 +4,8 @@ (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