refactor(nvim): use XDG_CONFIG_HOME
for orgmode path to emacs
This commit is contained in:
parent
9151a1f99c
commit
0d8a8b45ab
@ -64,7 +64,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
emacs_config = {
|
emacs_config = {
|
||||||
config_path = "$HOME/.config/emacs/init.el",
|
config_path = "$XDG_CONFIG_HOME/emacs/init.el",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user