Crafting the Nyxt Browser

Updates

Crafting the Nyxt Browser

Check it out here: https://nyxt.atlas.engineer/

We tried Nyxt 2.2.4 in this stream.

The non-working configuration

(define-configuration
    buffer
    ((smooth-scrolling t)))

(define-configuration buffer
    ((default-modes (append '(nyxt::emacs-mode) %slot-default%))))

(defun dw/darken-help-mode ()
  (nyxt/web-mode:darken))

(define-configuration nyxt/help-mode:help-mode
    ((enable-hook
      (hooks:add-hook %slot-default%
                      (nyxt:make-handler-hook #'dw/darken-help-mode)))))
Subscribe to the System Crafters Newsletter!
Stay up to date with the latest System Crafters news and updates! Read the Newsletter page for more information.
Name (optional)
Email Address