config_query QUILL_GIT "Use the development (git) version?" n &&

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