From 9bc57e8f0124b1a0e553aff2384beb70f35113c1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 10 Jul 2017 14:22:39 +0200 Subject: Emacs: Remove extra space in title --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 59bf5d4..4839beb 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -309,7 +309,7 @@ correct, at least for Liberation Mono. "..." (s-right 6 (car (split-string (nth 3 (f-split invocation-directory)) "-"))) ")" - " — %f" + " — %f" '(dired-directory dired-directory))) (setq frame-title-format '("Emacs — %f" (dired-directory dired-directory)))) #+END_SRC -- cgit 1.4.1