From eebf5ead3b9668c89dac3b90b7101c338361d543 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 8 Dec 2023 08:08:04 -0500 Subject: [PATCH] Adjust frame-title-format --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ecdd541..a77e63c 100644 --- a/init.el +++ b/init.el @@ -273,7 +273,7 @@ DOCSTRING is an optional form that is discarded upon expansion." (setq default-directory "~/"))) ;; General configuration - (frame-title-format '("Emacs — %b") "Set frame title to buffer name") + (frame-title-format '("%b — Emacs") "Set frame title to buffer name") (truncate-lines t "Truncate lines instead of wrapping") (kill-whole-line t "Include newline character when killing a line") (context-menu-mode t "Enable global context menu support")