diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ui-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui-config.el b/modules/ui-config.el index a25f6cf46..f7a4c7b71 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 |
