message "${SPELL_COLOR} This spell has a development version, If you feel secure at ${DEFAULT_COLOR}"  &&
message "${SPELL_COLOR} casting cvs or other cvs-like sources then answer yes to ${DEFAULT_COLOR}"     &&
message "${SPELL_COLOR} the following question to cast the spell using its git repo ${DEFAULT_COLOR}"  &&

config_query QUILL_GIT "Use git version (maybe very unstable to work)?" n &&

if [[ "$QUILL_GIT" == "y" ]]
then
  config_query  QUILL_GIT_AUTOUPDATE        \
                "Automatically update every day?"  n
fi
