From 980948c7f413e180f9c2184a1d92223023a61f21 Mon Sep 17 00:00:00 2001 From: Noorhteen Raja NJ Date: Mon, 18 Mar 2024 12:28:52 +0530 Subject: [PATCH] Update README.md --- project-template/{{ project_repo_name }}/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project-template/{{ project_repo_name }}/README.md b/project-template/{{ project_repo_name }}/README.md index b3829f6..266cc38 100644 --- a/project-template/{{ project_repo_name }}/README.md +++ b/project-template/{{ project_repo_name }}/README.md @@ -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