Remove setting no-script mode by default
This commit is contained in:
parent
304e37d643
commit
2ddf5961b7
|
@ -4,8 +4,6 @@
|
||||||
(setf (uiop/os:getenv "WEBKIT_DISABLE_COMPOSITING_MODE") "1")
|
(setf (uiop/os:getenv "WEBKIT_DISABLE_COMPOSITING_MODE") "1")
|
||||||
(define-configuration buffer
|
(define-configuration buffer
|
||||||
((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))))
|
((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
|
(define-configuration web-buffer
|
||||||
((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))))
|
((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))))
|
||||||
(define-configuration context-buffer
|
(define-configuration context-buffer
|
||||||
|
|
Loading…
Reference in a new issue