summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-16 09:56:33 +0100
committerAlan Pearce2015-11-16 09:56:33 +0100
commite2fd5162a7e0018c911865f85b2d5dbf73020ed3 (patch)
tree967c5515d6f856c787199777bcd7dfca4a791790 /tag-emacs
parentdc6b681b05468122c7602c24847b770d1402d2c8 (diff)
downloaddotfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.tar.lz
dotfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.tar.zst
dotfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.zip
Emacs: Fix slowness/hanging with TRAMP
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 6d319e5..d23d239 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1333,13 +1333,8 @@ I put some of it in the frame-line at the top.
                         ))
 
   (setq frame-title-format
-        '((:eval (if (and (fboundp #'projectile-project-p)
-                          (projectile-project-p))
-                     (projectile-project-name)))
-          ": "
-          (:eval (if (buffer-file-name)
-                     (buffer-name)
-                   "%b"))))
+        '(multiple-frames "%b"
+                          ("" "%F")))
 #+END_SRC
 
 ** Renaming major modes