use environment variables in configuration file

Fourhundred Thecat <[email protected]> Mon, 27 Jan 2020 07:42:20 +0100
Newsgroups gmane.comp.gnu.aspell.user
Message-ID <[email protected]>
Hello,

I need to reference  environment variables in /etc/aspell.conf.
Specifically, $HOME.


I tried the following, but it does not seem to work:

  home-dir $HOME/.cache/


how can I set home-dir to be each users ~/.cache directory ?