all repos — nixfiles @ e2fd5162a7e0018c911865f85b2d5dbf73020ed3

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

Emacs: Fix slowness/hanging with TRAMP
Alan Pearce alan.pearce@spotcap.com
Mon, 16 Nov 2015 09:56:33 +0100
commit

e2fd5162a7e0018c911865f85b2d5dbf73020ed3

parent

dc6b681b05468122c7602c24847b770d1402d2c8

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1333,13 +1333,8 @@ mode-line-buffer-identification                         ))
 
   (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