spacemacs

Sergio 2023-03-20T20:57:12.436829Z

When following the guide to install the config using Free Desktop XDG config it doesn't work. Only worked with the Classic config . It's expected an extra configuration in the XDG case?

practicalli-johnny 2023-03-20T21:03:09.387569Z

Appologies, it seems I didnt add the SPACEMACSDIR environment variable needs to be set, either in .bashrc or .zshenv (or the configuration for the shell being used)

export SPACEMACSDIR=$XDG_CONFIG_HOME/spacemacs

practicalli-johnny 2023-03-20T21:04:06.967189Z

I did add it to the Termux setup... I'll add it to the main install too https://practical.li/spacemacs/termux/setup/#configure-freedesktoporg-xdg-locations

Sergio 2023-03-20T21:04:22.640169Z

oh cool, thank you for the info!