all repos — nixfiles @ 9bc57e8f0124b1a0e553aff2384beb70f35113c1

System and user configuration, managed by nix and home-manager

Emacs: Remove extra space in title

Alan Pearce
commit

9bc57e8f0124b1a0e553aff2384beb70f35113c1

parent

5d20eb1a6996f0ec2cf025669bf9b9c2e58de14c

1 file changed, 1 insertion(+), 1 deletion(-)

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