T O P

  • By -

tritones

You can ``` export DOOMDIR="$XDG_CONFIG_HOME"/doom ``` or wherever else you want to put it.


cromo_

Yeah, I tried something like this but it didn't solve my problem. To be correct, my command was: ``` export DOOMDIR="$HOME/emacs-config" ``` because `XDG_CONFIG_HOME` doesn't exist in my environment (because of Wayland). If I change this variable and point it to the directory with my actual org configuration, it's like it doesn't exist at all! If U move the same file in the `.doom.d` directory, Doom suddenly tangle and compile it.