Synopsis
(import jwno/user-config)
This module contains the environment defined in the user config file.
Description
Everything defined publicly in the user config file will be available in this module. Say we have this variable in our config file:
(def the-answer 42)
And we can reference it simply like this, after importing jwno/user-config
:
user-config/the-answer