Remove frame-title-format from init.el

This commit is contained in:
James Cherti
2024-08-08 13:18:57 -04:00
parent 5ea339b3cc
commit 6a03c3d865

View File

@@ -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)