From 1902ef3d0b944e78c8db7b1f3f9771a4f369c4f5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 23 Apr 2020 02:22:42 +0100 Subject: [PATCH 1/1] dot/emacs: Make frame titles a bit more useful. Mention the user name; don't bother distinguishing between kinds of Emacs. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 7378f0c..d355fcc 100644 --- a/dot/emacs +++ b/dot/emacs @@ -614,7 +614,7 @@ ;; 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. -- 2.11.0