Fix wrong printing of Emacs
This commit is contained in:
@@ -125,8 +125,8 @@ fn run() -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let Ok(emacs) = which("emacs") {
|
if let Ok(emacs) = which("emacs") {
|
||||||
terminal.print_separator("Emacs");
|
|
||||||
if home_path(".emacs.d").exists() {
|
if home_path(".emacs.d").exists() {
|
||||||
|
terminal.print_separator("Emacs");
|
||||||
Command::new(&emacs)
|
Command::new(&emacs)
|
||||||
.arg("--batch")
|
.arg("--batch")
|
||||||
.arg("-l")
|
.arg("-l")
|
||||||
|
|||||||
Reference in New Issue
Block a user