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)))))

Enjoyed this stream? Explore our hands-on courses for deeper, structured learning on Guile Scheme and more.

Get the System Crafters Newsletter
Updates on open source tools, tutorials, and community projects. We'll also occasionally let you know about new courses and resources.
Name (optional)
Email Address