config_query_list  GEDIT_PRESET                               \
                   "What extensions would you like to build?" \
                   default                                    \
                   all                                        \
                   really-all                                 \
                   pick                                       &&

if [[ $GEDIT_PRESET == pick ]]; then
  . $GRIMOIRE/config_query_multi.function                     &&
  AVAILABLE_PLUGINS="bracketcompletion charmap codecomment colorpicker 
drawspaces joinlines multiedit showtabbar sessionsaver smartspaces 
terminal wordcompletion"
  config_query_multi GEDIT_PLUGINS                            \
                     "What plugins would you like to build?"  \
                     $AVAILABLE_PLUGINS                       &&
  GEDIT_PLUGINS="${GEDIT_PLUGINS//\ /,}"
fi
