# HG changeset patch # User Oleksandr Gavenko # Date 1405775053 -10800 # Node ID 490ac6d8ab5566ed96efbbe3a7141c5372c6299d # Parent 5ab87924ad83f574c378ad8203badc4557dce542 Simplify title. diff -r 5ab87924ad83 -r 490ac6d8ab55 .emacs-my --- a/.emacs-my Sat Jul 19 16:03:21 2014 +0300 +++ b/.emacs-my Sat Jul 19 16:04:13 2014 +0300 @@ -267,7 +267,7 @@ (setq split-width-threshold nil) ) -(setq frame-title-format '("EMACS @" system-name ": %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.