1

Adjust frame-title-format

This commit is contained in:
Jessie Hildebrandt 2023-12-08 08:08:04 -05:00
parent 4e9338341f
commit eebf5ead3b

View File

@ -273,7 +273,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 '("%b — Emacs") "Set frame title to buffer name")
(truncate-lines t "Truncate lines instead of wrapping")
(kill-whole-line t "Include newline character when killing a line")
(context-menu-mode t "Enable global context menu support")