From e2fd5162a7e0018c911865f85b2d5dbf73020ed3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 16 Nov 2015 09:56:33 +0100 Subject: Emacs: Fix slowness/hanging with TRAMP --- tag-emacs/emacs.d/init.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 6d319e5e..d23d2398 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 -- cgit 1.4.1