Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Mar 18, 2024
1 parent 7119c96 commit 980948c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project-template/{{ project_repo_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ This xontrib will get loaded automatically for interactive sessions.
To stop this, set

```xsh
$XONTRIBS_AUTOLOAD_DISABLED = {"{{project_package_name}}", }
$XONTRIBS_AUTOLOAD_DISABLED = ["{{project_package_name}}", ]
# if you have set this for other xontribs, you should append the vale
```
{% else %}
```xsh
Expand Down

0 comments on commit 980948c

Please sign in to comment.