dot/emacs: Make frame titles a bit more useful.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Apr 2020 01:22:42 +0000 (02:22 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Apr 2020 01:22:42 +0000 (02:22 +0100)
Mention the user name; don't bother distinguishing between kinds of
Emacs.

dot/emacs

index 7378f0c..d355fcc 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 ;; Other frame fiddling.
 
-(setq frame-title-format '("" invocation-name "@" system-name ": %b"))
+(setq frame-title-format '("Emacs " user-login-name "@" system-name " – %b"))
 
 ;; Global keymap changes.