summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-10-18 20:23:14 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:42:37 +0000
commit9e26318d66738afbc237f629cb2f57668cc019c8 (patch)
tree9c50a3a7e4f7102da432b7387d75fb01264e7864
parent49d0a26a4b3ad0522f475cae6abd9309e938393c (diff)
downloaddotfiles-9e26318d66738afbc237f629cb2f57668cc019c8.tar.gz
use an em dash in frame-title-format
-rw-r--r--.emacs.d/early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
index 7b2ef195..a3793e15 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -38,7 +38,7 @@
(load "/etc/emacs/site-start.d/00debian.el")))
(setq frame-title-format
- (format "%%b - %s%c%s@%s"
+ (format "%%b — %s%c%s@%s"
(if (stringp (daemonp)) (daemonp) "Emacs")
(if in-tree ?: ?-) emacs-version system-name)
icon-title-format t))