diff options
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 59bf5d4d..4839beb6 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 |