refactor(nvim): use XDG_CONFIG_HOME for orgmode path to emacs

This commit is contained in:
Price Hiller 2024-02-09 01:41:58 -06:00
parent 9151a1f99c
commit 0d8a8b45ab
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -64,7 +64,7 @@ return {
},
},
emacs_config = {
config_path = "$HOME/.config/emacs/init.el",
config_path = "$XDG_CONFIG_HOME/emacs/init.el",
},
})