From 58e8ee73cc29d637b2cd20be803e5987ddeca140 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 16 Mar 2023 11:33:02 -0400 Subject: [PATCH] Replace dash in frame title with emdash --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4236bb5..7a33028 100644 --- a/init.el +++ b/init.el @@ -313,7 +313,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 '("Emacs — %b") "Set frame title to buffer name") (truncate-lines t "Truncate lines instead of wrapping") (message-truncate-lines t "Truncate messages in the echo area") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows")