chiark / gitweb /
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 7378f0cff36d82a460be52c1e4cf33dc14b9603e..d355fccb73626352819ad7cb6c49f4ca67ca72ad 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.