<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi,
<div><br /></div>
<div>Say I want to include a function as an environment variable</div>
<div><br /></div>
<div>I can do this:</div>
<div> application:set_env(App, Key, NewValue). <br /></div>
<div><br /></div>
<div>Is there any way to do this from a .config file? Such as:</div>
<div> [{my_app, [ {my_fun, #Fun<my_app.12.39472874>}]}]</div>
<div><br /></div>
<div>— this gives a compile error. </div>
</div>
</body>
</html>