Enable no-script mode in nyxt by default
This commit is contained in:
parent
ccf511ce0c
commit
d3fea63bfb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue