From 8027b1894fd97a509d6995ae7c7f55165b3309dc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 11 May 2025 16:31:23 -0500 Subject: make the window title Emacs: --- modules/ui-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3