all repos — archive/dotfiles @ 9bc57e8f0124b1a0e553aff2384beb70f35113c1

Superseded by nixfiles

Emacs: Remove extra space in title
Alan Pearce alan@alanpearce.eu
Mon, 10 Jul 2017 14:22:39 +0200
commit

9bc57e8f0124b1a0e553aff2384beb70f35113c1

parent

5d20eb1a6996f0ec2cf025669bf9b9c2e58de14c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -309,7 +309,7 @@ (s-left 6 (nth 3 (f-split invocation-directory)))                                    "..."
                                    (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