add_theme_support for automatic feed links

how/where can I add support for ‘automatic-feed-links’, is there a specific way to add_theme_support or should I add it in the lib\custom.php in after_setup_theme hook.

Add it to lib/init.php with the other add_theme_support calls

Thank you @benword it helped.