fix(emacs): correctly point out the doom alias

This commit is contained in:
Alexandre Cavalheiro 2024-09-19 23:58:42 -03:00
parent a6cbe7790a
commit 9e53ab42c7
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -35,7 +35,7 @@
shellAliases = {
del = "trash_file";
dev = "nix develop -c fish";
doom = "~/.emacs.d/bin/doom";
doom = "~/.config/emacs/bin/doom";
};
functions = {