summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2015-11-16 16:01:08 +0100
committerAlan Pearce2015-11-16 16:01:08 +0100
commitb1dd16c2b12ed760658db3f7f47aab3c7234c43e (patch)
tree9712658a9106dc3f3663e19a5249a133f2d6dcf4 /tag-emacs/emacs.d/init.org
parent84a1cbef68a083d35217e679697f61bf8de638f4 (diff)
downloadnixfiles-b1dd16c2b12ed760658db3f7f47aab3c7234c43e.tar.lz
nixfiles-b1dd16c2b12ed760658db3f7f47aab3c7234c43e.tar.zst
nixfiles-b1dd16c2b12ed760658db3f7f47aab3c7234c43e.zip
Emacs: Set a nicer frame-title-format
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 3f2b7243..943a5a65 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1290,8 +1290,7 @@ I put some of it in the frame-line at the top.
                         ))
 
   (setq frame-title-format
-        '(multiple-frames "%b"
-                          ("" "%F")))
+          '("%f" (dired-directory dired-directory)))
 #+END_SRC
 
 ** Renaming major modes