aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-02-01 19:02:01 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:21:20 +0100
commitc1cb6336d6940ae388d4e6942e99703dd2404a0b (patch)
tree16db3799499568baaadcd55c677854204aab5184
parent132a277e7f9fa38751560b72c95b2a4263b8d5e1 (diff)
chore: Remove numbered headlines
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3c49286..062d364 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
# -*- mode: org; org-html-head-include-default-style: nil; org-html-postamble: nil; -*-
-#+OPTIONS: toc: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.