summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-11 16:31:23 -0500
committerCraig Jennings <c@cjennings.net>2025-05-11 16:31:23 -0500
commit8027b1894fd97a509d6995ae7c7f55165b3309dc (patch)
tree0efcc35329f7bef41f1cd9a3aa809352f8cbd04f /modules
parenta91eadae50bc9de6f6ab4031f9b7b564bbb1731e (diff)
downloaddotemacs-8027b1894fd97a509d6995ae7c7f55165b3309dc.tar.gz
dotemacs-8027b1894fd97a509d6995ae7c7f55165b3309dc.zip
make the window title Emacs:<buffer-name>
Diffstat (limited to 'modules')
-rw-r--r--modules/ui-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui-config.el b/modules/ui-config.el
index f5ab2de82..a25f6cf46 100644
--- a/modules/ui-config.el
+++ b/modules/ui-config.el
@@ -12,7 +12,7 @@
(setq pixel-scroll-precision-mode nil) ;; smooth scroll past images - enabled if nil!
(setq-default frame-inhibit-implied-resize t) ;; don't resize frames when setting ui-elements
-(setq frame-title-format '("Emacs " emacs-version " - %b")) ;; the title is just the app name and version
+(setq frame-title-format '("Emacs: %b")) ;; the title is just the buffer name
(setq use-file-dialog nil) ;; no file dialog
(setq use-dialog-box nil) ;; no dialog boxes either