diff options
author | Alan Pearce | 2015-11-16 09:56:33 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-16 09:56:33 +0100 |
commit | e2fd5162a7e0018c911865f85b2d5dbf73020ed3 (patch) | |
tree | 967c5515d6f856c787199777bcd7dfca4a791790 | |
parent | dc6b681b05468122c7602c24847b770d1402d2c8 (diff) | |
download | nixfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.tar.lz nixfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.tar.zst nixfiles-e2fd5162a7e0018c911865f85b2d5dbf73020ed3.zip |
Emacs: Fix slowness/hanging with TRAMP
-rw-r--r-- | tag-emacs/emacs.d/init.org | 9 |
1 files changed, 2 insertions, 7 deletions
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 |