Skip to content

Commit 52b4dbc

Browse files
authored
Fix docs for emacsclient (#1742)
1 parent d90ced8 commit 52b4dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ To remove the welcome message that displays each time Nushell starts:
339339
$env.config.buffer_editor = "code"
340340
$env.config.buffer_editor = "vi"
341341
# Or with editor arguments:
342-
$env.config.buffer_editor: ["emacsclient", "-s", "light", "-t"],
342+
$env.config.buffer_editor = ["emacsclient", "-s", "light", "-t"]
343343
```
344344

345345
Then repeat step 1.

0 commit comments

Comments
 (0)