dot/emacs: Don't use a gratuitously different label on icons.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Apr 2020 18:26:35 +0000 (19:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 26 Apr 2020 18:26:35 +0000 (19:26 +0100)
dot/emacs

index d6a1f4c..2e15651 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (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.