Adjust frame-title-format
This commit is contained in:
parent
4e9338341f
commit
eebf5ead3b
2
init.el
2
init.el
@ -273,7 +273,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
(setq default-directory "~/")))
|
(setq default-directory "~/")))
|
||||||
|
|
||||||
;; General configuration
|
;; 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")
|
(truncate-lines t "Truncate lines instead of wrapping")
|
||||||
(kill-whole-line t "Include newline character when killing a line")
|
(kill-whole-line t "Include newline character when killing a line")
|
||||||
(context-menu-mode t "Enable global context menu support")
|
(context-menu-mode t "Enable global context menu support")
|
||||||
|
Loading…
Reference in New Issue
Block a user