summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-10 14:22:39 +0200
committerAlan Pearce2017-07-10 14:22:39 +0200
commit9bc57e8f0124b1a0e553aff2384beb70f35113c1 (patch)
tree95395edb6b934c83a645f3e6105556fbdfc26a63 /emacs
parent5d20eb1a6996f0ec2cf025669bf9b9c2e58de14c (diff)
downloaddotfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.tar.lz
dotfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.tar.zst
dotfiles-9bc57e8f0124b1a0e553aff2384beb70f35113c1.zip
Emacs: Remove extra space in title
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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