if ! spell_ok xorg-server; then
  message "${PROBLEM_COLOR}"
  message "You need a new X.Org server from the WIP"
  message "grimoire \`xorg-modular'. Feel free to add"
  message "it to your codex and \`cast xorg-server'."
  message "${MESSAGE_COLOR}"
  return 1
fi
