diff options
author | Alan Pearce | 2017-07-10 14:22:39 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-10 14:22:39 +0200 |
commit | 9bc57e8f0124b1a0e553aff2384beb70f35113c1 (patch) | |
tree | 95395edb6b934c83a645f3e6105556fbdfc26a63 /emacs/.emacs.d/init.org | |
parent | 5d20eb1a6996f0ec2cf025669bf9b9c2e58de14c (diff) | |
download | nixfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.tar.lz nixfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.tar.zst nixfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.zip |
Emacs: Remove extra space in title
Diffstat (limited to 'emacs/.emacs.d/init.org')
-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 |