Replace dash in frame title with emdash
This commit is contained in:
parent
12ab428572
commit
58e8ee73cc
2
init.el
2
init.el
@ -313,7 +313,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 '("Emacs — %b") "Set frame title to buffer name")
|
||||||
(truncate-lines t "Truncate lines instead of wrapping")
|
(truncate-lines t "Truncate lines instead of wrapping")
|
||||||
(message-truncate-lines t "Truncate messages in the echo area")
|
(message-truncate-lines t "Truncate messages in the echo area")
|
||||||
(cursor-in-non-selected-windows nil "Hide cursor in inactive windows")
|
(cursor-in-non-selected-windows nil "Hide cursor in inactive windows")
|
||||||
|
Loading…
Reference in New Issue
Block a user