X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/781bf3836a8fea4b73672809eb791c0ea0d038b8..8142c84910c50381c6c25caff486ed08859ba01d:/dot/emacs 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.