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