From 6a03c3d8651018fd809958e55be717c08cca992b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:18:57 -0400 Subject: [PATCH] Remove frame-title-format from init.el --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 3e5bb3a..96d4cab 100644 --- a/init.el +++ b/init.el @@ -111,9 +111,6 @@ (setq mouse-yank-at-point t) -(setq frame-title-format '("%b – Emacs") - icon-title-format frame-title-format) - ;; Prefer vertical splits over horizontal ones (setq split-width-threshold 170 split-height-threshold nil)