From 0697e3b7fb4db9dde7276e7d65f42011c66ed35a Mon Sep 17 00:00:00 2001 Message-Id: <0697e3b7fb4db9dde7276e7d65f42011c66ed35a.1718371112.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 26 Apr 2020 19:26:35 +0100 Subject: [PATCH] dot/emacs: Don't use a gratuitously different label on icons. Organization: Straylight/Edgeware From: Mark Wooding --- dot/emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/emacs b/dot/emacs index d6a1f4c..2e15651 100644 --- a/dot/emacs +++ b/dot/emacs @@ -621,8 +621,8 @@ (if (string-match "\\." system-name) (substring system-name 0 (match-beginning 0)) system-name)) -(setq frame-title-format - '("Emacs " user-login-name "@" mdw-hostname " – %b")) +(setq frame-title-format '("Emacs " user-login-name "@" mdw-hostname " – %b") + icon-title-format frame-title-format) ;; Global keymap changes. -- [mdw]