Fix wrong printing of Emacs

This commit is contained in:
Roey Darwish Dror
2018-06-01 14:46:33 +03:00
parent f6024c275d
commit e06e8ec912

View File

@@ -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")