format toml, fish and md files via treefmt
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/fish/functions/esetenv.fish → user/settings/fish/functions/esetenv.fish
@@ -1,3 +1,3 @@ function esetenv - emacsclient -e "(setenv \"$argv[1]\" \"$argv[2]\")" + emacsclient -e "(setenv \"$argv[1]\" \"$argv[2]\")" end