This repository has been archived by the owner on May 15, 2024. It is now read-only.
Fails if your $EDITOR has flags, ex: emacsclient -t
#1
Labels
emacsclient -t
#1
Since
std::process::Command
expects a program, and only a program, inCommand::new
.I don't really want to have to parse args out of $EDITOR myself, it'd be nice if there was a way to do this... need to do research into what the intended behavior of
Command
is.The text was updated successfully, but these errors were encountered: