mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
Nyxt is a keyboard-driven web browser designed for hackers. Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely extensible in Lisp. WWW: https://nyxt.atlas.engineer/ Co-authored by: shamaz.mazum[at]gmail[dot]com PR: 284258
10 lines
451 B
Common Lisp
10 lines
451 B
Common Lisp
--- source/start.lisp.orig 2025-01-16 09:15:11 UTC
|
|
+++ source/start.lisp
|
|
@@ -434,6 +434,7 @@ - Start the browser with increased verbosity, a differ
|
|
(asdf:load-system :nyxt/gi-gtk)
|
|
(nyxt:ffi-initialize nyxt:*browser* '() (time:now)))
|
|
"))
|
|
+ (sb-int:set-floating-point-modes :traps nil)
|
|
(pushnew 'nyxt-source-registry asdf:*default-source-registries*)
|
|
(asdf:clear-configuration)
|
|
(let ((source-directory (files:expand *source-directory*)))
|