DGD is capable of loading kfun extensions when it starts up:

    dgd -e kfun_module config_file

Alternatively, a kfun extension can be specified in the config file:

    modules = ({ "kfun_module" });

The kfun module must be an LPC extension, as specified in:

    https://github.com/dworkin/lpc-ext
