~abcdw/rde-devel

rde: Nyxt API change v1 APPLIED

Without this patch the default configuration causes nyxt todisplay an
error, because the file structure of the nyxtv3 source code has changed.

Kabelo M'sobomvu Moiloa (1):
  rde: features: web-browsers: update naming convention.

 src/rde/features/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.38.4
#998545 .build.yml success
rde/patches/.build.yml: SUCCESS in 11m58s

[Nyxt API change][0] from [~elevenkb][1]

[0]: https://lists.sr.ht/~abcdw/rde-devel/patches/41505
[1]: mailto:personal@kabelom.com

✓ #998545 SUCCESS rde/patches/.build.yml https://builds.sr.ht/~abcdw/job/998545
Hi Kabelo,

Thank you for the patch and the heads up on the new API.  I haven't
gotten around trying Nyxt 3.0 yet, but I'll make sure to give it a spin
and update the package in the feature as soon as we update to the latest
Guix checkout.  I'll hold off on applying this patch until then.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~abcdw/rde-devel/patches/41505/mbox | git am -3
Learn more about email & git

[PATCH rde 1/1] rde: features: web-browsers: update naming convention. Export this patch

From: Kabelo M'sobomvu Moiloa <personal@kabelom.com>

---
 src/rde/features/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rde/features/web-browsers.scm b/src/rde/features/web-browsers.scm
index e6b552b..c1ef8f9 100644
--- a/src/rde/features/web-browsers.scm
+++ b/src/rde/features/web-browsers.scm
@@ -246,8 +246,8 @@ functionalities."
                    `((default-new-buffer-url
                       (quri:uri ,default-new-buffer-url)))
                    '())))
           (define-configuration nyxt/hint-mode:hint-mode
             ((nyxt/hint-mode:hints-alphabet ,(match keyboard-variant
           (define-configuration nyxt/mode/hint:hint-mode
             ((nyxt/mode/hint:hints-alphabet ,(match keyboard-variant
                                                ("dvorak" "aoeuidhtns")
                                                (_ "asdfghjklqwertyuiop")))))
           ,@(if autostart-slynk?
-- 
2.38.4
rde/patches/.build.yml: SUCCESS in 11m58s

[Nyxt API change][0] from [~elevenkb][1]

[0]: https://lists.sr.ht/~abcdw/rde-devel/patches/41505
[1]: mailto:personal@kabelom.com

✓ #998545 SUCCESS rde/patches/.build.yml https://builds.sr.ht/~abcdw/job/998545
Hi Kabelo,

Thank you for the patch and the heads up on the new API.  I haven't
gotten around trying Nyxt 3.0 yet, but I'll make sure to give it a spin
and update the package in the feature as soon as we update to the latest
Guix checkout.  I'll hold off on applying this patch until then.