summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-08-01 11:53:52 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-08-01 11:53:52 +0100
commitd9608ba70491bd49f7b16646d6d3bd0b58a428f4 (patch)
treefeb1aaef8bfe49fb90409d64091d2bb4853931be
parent3ddeace972ec7d3ba2a55eecf37883d0d3496b19 (diff)
downloaddotfiles-d9608ba70491bd49f7b16646d6d3bd0b58a428f4.tar.gz
use new t value for icon-title-format
-rw-r--r--.emacs.d/early-init.el4
1 files 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