From 8ac3b2d863d370d62e05b85bb8fa7383a70ec3dc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 11 May 2025 16:35:32 -0500 Subject: adding version to Emacs window title contents --- 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 a25f6cf4..f7a4c7b7 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: %b")) ;; the title is just the buffer name +(setq frame-title-format '("Emacs " emacs-version" : %b")) ;; the title is emacs with version and buffer name (setq use-file-dialog nil) ;; no file dialog (setq use-dialog-box nil) ;; no dialog boxes either -- cgit v1.2.3