diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3f2b724..943a5a6 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 |