From d9608ba70491bd49f7b16646d6d3bd0b58a428f4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 1 Aug 2023 11:53:52 +0100 Subject: use new t value for icon-title-format --- .emacs.d/early-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index 5faec408..7b2ef195 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -40,8 +40,8 @@ (setq frame-title-format (format "%%b - %s%c%s@%s" (if (stringp (daemonp)) (daemonp) "Emacs") - (if in-tree ?: ?-) emacs-version system-name) - icon-title-format frame-title-format)) + (if in-tree ?: ?-) emacs-version system-name) + icon-title-format t)) ;;; Per docstring for `after-make-frame-functions', these additions to that -- cgit v1.2.3