docs(everywhere): update CLI command

6c0b7e1 introduced a new convention for CLIs defined by Doom's modules:
to namespace them under `doom +MODULE ...`. What was once 'doom
everywhere' is now 'doom +everywhere', so the docs needed correcting.

Ref: 6c0b7e1530
This commit is contained in:
Henrik Lissner 2022-09-07 02:34:57 +02:00
parent 4efdf51ca5
commit 9e3d99277e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -39,8 +39,8 @@ This module requires:
* Usage * Usage
To use this, invoke the =emacs-everywhere= executable. This can be done in two To use this, invoke the =emacs-everywhere= executable. This can be done in two
ways: ways:
+ ~$ emacsclient --eval "(emacs-everywhere)"~ - ~$ emacsclient --eval "(emacs-everywhere)"~
+ ~$ doom everywhere~ - ~$ doom +everywhere~
It is recommended that you add a keybinding for this. It is recommended that you add a keybinding for this.