We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7119c96 commit 980948cCopy full SHA for 980948c
project-template/{{ project_repo_name }}/README.md
@@ -23,7 +23,8 @@ This xontrib will get loaded automatically for interactive sessions.
23
To stop this, set
24
25
```xsh
26
-$XONTRIBS_AUTOLOAD_DISABLED = {"{{project_package_name}}", }
+$XONTRIBS_AUTOLOAD_DISABLED = ["{{project_package_name}}", ]
27
+# if you have set this for other xontribs, you should append the vale
28
```
29
{% else %}
30
0 commit comments