Emacs: Fix slowness/hanging with TRAMP
Alan Pearce alan.pearce@spotcap.com
Mon, 16 Nov 2015 09:56:33 +0100
1 files changed, 2 insertions(+), 7 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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