Add system-name to title (so simplify application switching if several remote
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 19 Jul 2014 16:03:21 +0300
changeset 1146 5ab87924ad83
parent 1143 a7fb97ff9cb6
child 1147 490ac6d8ab55
Add system-name to title (so simplify application switching if several remote Emacses ran).
.emacs-my
--- a/.emacs-my	Wed Jun 25 17:26:14 2014 +0300
+++ b/.emacs-my	Sat Jul 19 16:03:21 2014 +0300
@@ -267,7 +267,7 @@
   (setq split-width-threshold nil)
   )
 
-(setq frame-title-format "EMACS: %b")
+(setq frame-title-format '("EMACS @" system-name ": %b"))
 
 ;; Deprecated: `default-header-line-format', `default-mode-line-format'.
 ;; For `mode-line-format' default value was used.