aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:29:38 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-27 20:27:33 +0200
commit47d09d6248eae5e011dacad049e845e98075a012 (patch)
tree633361abbb461b428a71edad28f830804831c250
parent30efa05cd58deb6f48852780593c7656e2439132 (diff)
doc: Reword package description
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 057366b..49fd8e9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
# -*- mode: org; org-html-head-include-default-style: nil; org-html-postamble: nil; -*-
#+OPTIONS: toc:nil num:nil
* nyxt.el
-=nyxt.el= consists of custom logic to interact with [[https://nyxt.atlas.engineer/][Nyxt]] from Emacs. In contrast to [[https://github.com/ag91/emacs-with-nyxt][emacs-with-nyxt]], it doesn't predefine any Nyxt configuration and only bundles a couple of interactive helpers. Users are encouraged to use the entry point function =nyxt-run= to build their own functionality.
+=nyxt.el= consists of custom logic to interact with [[https://nyxt.atlas.engineer/][Nyxt]] from Emacs. In contrast to [[https://github.com/ag91/emacs-with-nyxt][emacs-with-nyxt]], it doesn't bundle any Nyxt configuration and only includes a couple of interactive helpers for some common Nyxt operations. Users are encouraged to use the entry point function =nyxt-run= to build their own functionality.
This package requires the [[https://github.com/joaotavora/sly][SLY]] Emacs package to interact with the underlying Nyxt Lisp image. If you're an [[https://github.com/ch11ng/exwm][EXWM]] user, you'll also have the ability to make commands focus on the corresponding Nyxt window for a more seamless experience.