diff --git a/.config/next/init.lisp b/.config/next/init.lisp index 8a6ab7c9..8b232b0c 100644 --- a/.config/next/init.lisp +++ b/.config/next/init.lisp @@ -167,16 +167,16 @@ Videos are downloaded with `+youtube-dl-command+'." (append my-search-engines (get-default 'remote-interface 'search-engines))))) - (defclass my-interface (gtk-interface) + (defclass my-browser (gtk-browser) ;; TODO: Fetch from Emacs' engine.el automatically? ((search-engines :initform (append my-search-engines - (get-default 'interface 'search-engines)))))) + (get-default 'browser 'search-engines)))))) (if (boundp '*remote-interface-class*) (setf *remote-interface-class* 'my-remote-interface) - (setf *interface-class* 'my-interface)) + (setf *browser-class* 'my-browser)) (defmethod deserialize-bookmarks (stream) "This version of deserialize-bookmarks is compatibly with Ambrevar's EWW